mirror of https://github.com/kdl-org/kdl.git
Fix long line
This commit is contained in:
parent
f8c58ec4bf
commit
763d00fe96
3
SPEC.md
3
SPEC.md
|
|
@ -95,7 +95,8 @@ foo 1 key="val" 3 {
|
|||
An Identifier is either a [Bare Identifier](#bare-identifier), which is an
|
||||
unquoted string like `node` or `item`, or a [String](#string), which is quoted,
|
||||
like `"node"` or `"two words"`. There's no semantic difference between the
|
||||
kinds of identifier; this simply allows for the use of quotes to have unusual identifiers that are inexpressible as bare identifiers.
|
||||
kinds of identifier; this simply allows for the use of quotes to have unusual
|
||||
identifiers that are inexpressible as bare identifiers.
|
||||
|
||||
### Bare Identifier
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue