mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +08:00
Fix a broken example in the spec
3.14 as a key is "3" : { "14"
This commit is contained in:
parent
b8349630b6
commit
e61a677f58
3
HOCON.md
3
HOCON.md
@ -506,7 +506,8 @@ single values that would normally have another type become
|
||||
strings.
|
||||
|
||||
- `true : 42` is `"true" : 42`
|
||||
- `3.14 : 42` is `"3.14" : 42`
|
||||
- `3 : 42` is `"3" : 42`
|
||||
- `3.14 : 42` is `"3" : { "14" : 42 }`
|
||||
|
||||
As a special rule, the unquoted string `include` may not begin a
|
||||
path expression in a key, because it has a special interpretation
|
||||
|
Loading…
Reference in New Issue
Block a user