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.
1 parent 3085d25 commit 1b0b884Copy full SHA for 1b0b884
toml.md
@@ -762,7 +762,7 @@ member_since = 1999-08-04
762
763
Dotted keys create and define a table for each key part before the last one. Any
764
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.
+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