Skip to content

Commit f67bcff

Browse files
committed
no more red
1 parent 1a7ea68 commit f67bcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ For example, if a field has an array value, the JSON array representation will b
102102

103103
```json
104104
{
105-
"field": [...]
105+
"field": [ 1, 2, 3 ]
106106
}
107107
```
108108
All field names in the specification are **case sensitive**.

0 commit comments

Comments
 (0)