Skip to content

Commit 299ce69

Browse files
Editorial: Remove inaccurate statement about line terminator within tokens (#963)
This phrase is no longer accurate after the introduction of BlockString, which can include a line terminator Co-authored-by: Roman Ivantsov <roman.ivantsov@microsoft.com>
1 parent 1b8fe7a commit 299ce69

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
@@ -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)