Skip to content

Commit c482ade

Browse files
committed
Don't mix plural and singular
1 parent 140fa56 commit c482ade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Section 2 -- Language.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ to use the enumeration type name in the literal.
243243

244244
**List**
245245

246-
Lists are an ordered sequence of values wrapped in square-brackets `[ ]`. The
247-
values of an Array literal may be any value literal or variable (ex. `[1, 2, 3]`).
246+
Lists are ordered sequences of values wrapped in square-brackets `[ ]`. The
247+
values of a List literal may be any value literal or variable (ex. `[1, 2, 3]`).
248248

249249
Commas are optional throughout GraphQL so trailing commas are allowed and repeated
250250
commas do not represent missing values.

0 commit comments

Comments
 (0)