This commit is contained in:
Tab Atkins Jr 2020-12-17 20:17:39 -08:00 committed by GitHub
parent 92bdcb1a4d
commit 980eccecfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.
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)
(including the Newline that is part of single-line comments).