We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8296d6b + 1b0b884 commit 6de8059Copy full SHA for 6de8059
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
## unreleased
4
5
-Nothing.
+* Clarify where and how dotted keys define tables.
6
7
## 1.0.0 / 2021-01-11
8
toml.md
@@ -760,8 +760,9 @@ name = "Regina Dogman"
760
member_since = 1999-08-04
761
```
762
763
-Dotted keys create and define a table for each key part before the last one,
764
-provided that such tables were not previously created.
+Dotted keys create and define a table for each key part before the last one. Any
+such table must have all its key/value pairs defined under the current `[table]`
765
+header, or in the root table if defined before all headers, or in one inline table.
766
767
```toml
768
fruit.apple.color = "red"
0 commit comments