Skip to content

Commit 30e2ad8

Browse files
chris-morganleebyron
authored andcommitted
Correct an error in the Punctuator grammar (#219)
In Appendix B `Punctuator` includes `|`, but it was missing here.
1 parent af50a0a commit 30e2ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 2 -- Language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ white space characters are permitted between the characters defining a
141141

142142
### Punctuators
143143

144-
Punctuator :: one of ! $ ( ) ... : = @ [ ] { }
144+
Punctuator :: one of ! $ ( ) ... : = @ [ ] { | }
145145

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

0 commit comments

Comments
 (0)