File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,15 +76,15 @@ characters including whitespace and comments. No ignored regions of a source
76
76
document are significant, however ignored source characters may appear within a
77
77
lexical token, for example a {String} may contain whitespace.
78
78
79
- * Ignoring commas*
79
+ ** Ignoring commas* *
80
80
81
- GraphQL ignores the comma ` , ` character. This ensures that the absence or
81
+ GraphQL ignores the comma ({ ` , ` }) character. This ensures that the absence or
82
82
presence of a comma does not meaningfully alter the interpreted syntax of the
83
83
document, as this can be a common user-error in other languages. It also allows
84
84
for the stylistic use of either trailing commas or line-terminators as
85
85
delimiters which are often desired for legibility and maintainability of source
86
- code. The use of commas, whitespace, and line-terminators is encouraged when
87
- they improve the legibility of GraphQL documents.
86
+ code. The use of commas, whitespace, and line-terminators is encouraged only
87
+ when they improve the legibility of GraphQL documents.
88
88
89
89
GraphQL ignores these character sequences:
90
90
You can’t perform that action at this time.
0 commit comments