mirror of https://github.com/kdl-org/kdl.git
fix typos (#129)
This commit is contained in:
parent
cbb500a4ac
commit
dec2565a17
4
SPEC.md
4
SPEC.md
|
|
@ -78,8 +78,8 @@ foo 1 key="val" 3 {
|
|||
|
||||
### Identifier
|
||||
|
||||
A bare Identifier is composed of any unicode codepoint other than [non-initial
|
||||
characters](#non-inidital-characters), followed by any number of unicode
|
||||
A bare Identifier is composed of any Unicode codepoint other than [non-initial
|
||||
characters](#non-initial-characters), followed by any number of Unicode
|
||||
codepoints other than [non-identifier characters](#non-identifier-characters),
|
||||
so long as this doesn't produce something confusable for a [Number](#number),
|
||||
[Boolean](#boolean), or [Null](#null).
|
||||
|
|
|
|||
Loading…
Reference in New Issue