Skip to content

Commit

Permalink
Tweak wording
Browse files Browse the repository at this point in the history
  • Loading branch information
arp242 committed May 26, 2022
1 parent d61fd93 commit 191766a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toml.md
Original file line number Diff line number Diff line change
Expand Up @@ -797,8 +797,8 @@ Inline Table
------------

Inline tables provide a more compact syntax for expressing tables. They are
especially useful for grouped data that can otherwise quickly become verbose or
(deeply) nested data.
especially useful for grouped or (deeply) nested data that can otherwise quickly
become verbose.

Inline tables are defined within curly braces: `{` and `}`. Within the braces,
zero or more comma-separated key/value pairs may appear. Key/value pairs take
Expand Down

0 comments on commit 191766a

Please sign in to comment.