Skip to content

Commit 34e4259

Browse files
Remove Identifier String termination phrase (#485)
Fixes: #480
1 parent a3b3785 commit 34e4259

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

SPEC.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,6 @@ Identifiers that match these patterns _MUST_ be treated as a syntax error; such
333333
values can only be written as quoted or raw strings. The precise details of the
334334
identifier syntax is specified in the [Full Grammar](#full-grammar) below.
335335

336-
Identifier Strings are terminated by [Whitespace](#whitespace),
337-
[Newlines](#newline), or the end of the file/stream (an `EOF`).
338-
339336
#### Non-initial characters
340337

341338
The following characters cannot be the first character in an

0 commit comments

Comments
 (0)