mirror of https://github.com/kdl-org/kdl.git
typo (#40)
This commit is contained in:
parent
92bdcb1a4d
commit
980eccecfb
2
SPEC.md
2
SPEC.md
|
|
@ -94,7 +94,7 @@ The following characters cannot be used anywhere in a bare
|
||||||
Line continuations allow [Nodes](#node) to be spread across multiple lines.
|
Line continuations allow [Nodes](#node) to be spread across multiple lines.
|
||||||
|
|
||||||
A line continuation is one or more [whitespace](#whitespace) characters,
|
A line continuation is one or more [whitespace](#whitespace) characters,
|
||||||
followed by a `/` character. This character can then be followed by more
|
followed by a `\` character. This character can then be followed by more
|
||||||
[whitespace](#whitespace) and must be terminated by a [Newline](#newline)
|
[whitespace](#whitespace) and must be terminated by a [Newline](#newline)
|
||||||
(including the Newline that is part of single-line comments).
|
(including the Newline that is part of single-line comments).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue