Skip to content

Commit 87a38e2

Browse files
leebyronbenjie
authored andcommitted
1 parent 8580162 commit 87a38e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spec/Appendix B -- Grammar Summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Token ::
4343
- FloatValue
4444
- StringValue
4545

46-
Punctuator :: one of ! $ & ( ) ... : = @ [ ] { | }
46+
Punctuator :: one of ! $ & ( ) ... : = @ [ ] { | } . [lookahead != .]
4747

4848
Name ::
4949

spec/Section 2 -- Language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ and is {Ignored}.
176176

177177
### Punctuators
178178

179-
Punctuator :: one of ! $ & ( ) ... : = @ [ ] { | }
179+
Punctuator :: one of ! $ & ( ) ... : = @ [ ] { | } . [lookahead != .]
180180

181181
GraphQL documents include punctuation in order to describe structure. GraphQL is
182182
a data description language and not a programming language, therefore GraphQL

spec/Section 3 -- Type System.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2189,7 +2189,7 @@ For example, `String` and `@deprecated(reason:)` are both valid schema
21892189
coordinates which refer to built-in schema elements.
21902190

21912191
Note: A {SchemaCoordinate} is not a definition within a GraphQL {Document}, but
2192-
a separate stand-alone grammar, intended to be used by tools to reference types,
2192+
a separate standalone grammar, intended to be used by tools to reference types,
21932193
fields, and other *schema element*s. For example as references within
21942194
documentation, or as lookup keys in usage frequency tracking.
21952195

0 commit comments

Comments
 (0)