mirror of https://github.com/kdl-org/kdl.git
Remove now-irrelevant comment about idents acting like strings (they *are* strings now).
This commit is contained in:
parent
419995ff19
commit
6d359d2e4c
4
SPEC.md
4
SPEC.md
|
|
@ -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
|
starts with `-` the second character cannot be a digit. This is precisely
|
||||||
specified in the [Full Grammar](#full-grammar) below.
|
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
|
Identifier Strings are terminated by [Whitespace](#whitespace) or
|
||||||
[Newlines](#newline).
|
[Newlines](#newline).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue