Remove now-irrelevant comment about idents acting like strings (they *are* strings now).

This commit is contained in:
Tab Atkins-Bittner 2023-12-26 13:05:10 -08:00
parent 419995ff19
commit 6d359d2e4c
1 changed files with 0 additions and 4 deletions

View File

@ -304,10 +304,6 @@ something confusable for a [Number](#number). For example, both a
starts with `-` the second character cannot be a digit. This is precisely
specified in the [Full Grammar](#full-grammar) below.
When Identifiers are used as the values in [Arguments](#argument) and
[Properties](#property), they are treated as strings, just like they are with
node names and property keys.
Identifier Strings are terminated by [Whitespace](#whitespace) or
[Newlines](#newline).