Skip to content

Commit

Permalink
docs: fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Mar 4, 2024
1 parent 5e5721b commit 59e471c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ HOCON spec for reference: https://lightbend.github.io/config/
* `key={a=1, b=2}`
- `url()/file()/classpath()` includes are not supported
- Immediate quote before triple-quote is invalid sytax.
* `""""a""""` is invalid because there are 4 closing quotes instead of three.
* As a workaround, `"""~"a"~""" is valid, see below for more details.
* `""""a""""` is invalid because there are 4 closing quotes instead of three. See workarounds below.
- Multiline strings allow indentation (spaces, not tabs).
If `~\n` (or `~\r\n`) are the only characters following the opening triple-quote, then it's a multiline string with indentation:
* The first line `~\n` is discarded.
Expand Down

0 comments on commit 59e471c

Please sign in to comment.