Skip to content

Commit 4c0dd0a

Browse files
authored
Merge pull request #1028 from arp242/ao
Explicitly mention arrays are ordered
2 parents dc5af25 + 6d0c5c6 commit 4c0dd0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

toml.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -645,9 +645,9 @@ rounded.
645645

646646
## Array
647647

648-
Arrays are square brackets with values inside. Whitespace is ignored. Elements
649-
are separated by commas. Arrays can contain values of the same data types as
650-
allowed in key/value pairs. Values of different types may be mixed.
648+
Arrays are ordered values surrounded by square brackets. Whitespace is ignored.
649+
Elements are separated by commas. Arrays can contain values of the same data
650+
types as allowed in key/value pairs. Values of different types may be mixed.
651651

652652
```toml
653653
integers = [ 1, 2, 3 ]

0 commit comments

Comments
 (0)