Remove Identifier String termination phrase

Resolves #480
This commit is contained in:
Dani Smith 2025-01-17 11:36:56 +02:00 committed by GitHub
parent a3b37857e2
commit 0f12dd0903
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -333,9 +333,6 @@ Identifiers that match these patterns _MUST_ be treated as a syntax error; such
values can only be written as quoted or raw strings. The precise details of the values can only be written as quoted or raw strings. The precise details of the
identifier syntax is specified in the [Full Grammar](#full-grammar) below. identifier syntax is specified in the [Full Grammar](#full-grammar) below.
Identifier Strings are terminated by [Whitespace](#whitespace),
[Newlines](#newline), or the end of the file/stream (an `EOF`).
#### Non-initial characters #### Non-initial characters
The following characters cannot be the first character in an The following characters cannot be the first character in an