We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1147fe9 commit 39a0982Copy full SHA for 39a0982
SPEC.md
@@ -333,8 +333,8 @@ Identifiers that match these patterns _MUST_ be treated as a syntax error; such
333
values can only be written as quoted or raw strings. The precise details of the
334
identifier syntax is specified in the [Full Grammar](#full-grammar) below.
335
336
-Identifier Strings are terminated by [Whitespace](#whitespace) or
337
-[Newlines](#newline).
+Identifier Strings are terminated by [Whitespace](#whitespace),
+[Newlines](#newline), or the end of the file/stream (an `EOF`).
338
339
#### Non-initial characters
340
0 commit comments