Skip to content

Commit 2c3f5db

Browse files
Editorial: Remove inaccurate statement about line terminator within tokens
This phrase is no longer accurate after the introduction of BlockString, which can include a line terminator Co-authored-by: Roman Ivantsov <[email protected]>
1 parent 1b8fe7a commit 2c3f5db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/Section 2 -- Language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ LineTerminator ::
9090
Like white space, line terminators are used to improve the legibility of source
9191
text and separate lexical tokens, any amount may appear before or after any
9292
other token and have no significance to the semantic meaning of a GraphQL
93-
Document. Line terminators are not found within any other token.
93+
Document.
9494

9595
Note: Any error reporting which provides the line number in the source of the
9696
offending syntax should use the preceding amount of {LineTerminator} to produce

0 commit comments

Comments
 (0)