formatting

This commit is contained in:
Kat Marchán 2023-12-12 23:49:04 -08:00
parent 7790505bf9
commit 8de7df6eaa
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 5 additions and 4 deletions

View File

@ -93,9 +93,10 @@ foo 1 key="val" 3 {
### Identifier ### Identifier
An Identifier is either a [Bare Identifier](#bare-identifier), which is an An Identifier is either a [Bare Identifier](#bare-identifier), which is an
unquoted string like `node` or `item`, a [String](#string), or a [Raw String](#raw-string). unquoted string like `node` or `item`, a [String](#string), or a [Raw
There's no semantic difference between the kinds of identifier; this simply allows String](#raw-string). There's no semantic difference between the kinds of
for the use of quotes to have unusual identifiers that are inexpressible as bare identifiers. identifier; this simply allows for the use of quotes to have unusual
identifiers that are inexpressible as bare identifiers.
### Bare Identifier ### Bare Identifier