Skip to content

Commit b32b0ef

Browse files
committed
Clarify newline/comma usage.
1 parent 3508172 commit b32b0ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/v0.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ requirement that the values in an array be of the same type.
6565
]
6666
```
6767

68-
Commas are optional. Trailing comma is allowed.
68+
A newline can be used instead of a comma. Trailing comma is allowed.
6969

7070
```maml
7171
[ "red", "yellow", "green", ]
@@ -85,7 +85,7 @@ and the key/value pairs are separated by `,` comma or newlines.
8585
}
8686
```
8787

88-
Commas are optional. Trailing comma is allowed.
88+
A newline can be used instead of a comma. Trailing comma is allowed.
8989

9090
```maml
9191
{

0 commit comments

Comments
 (0)