From 818073fa6c7a590410f4c4f32558749c1f4bf9b3 Mon Sep 17 00:00:00 2001 From: Tab Atkins Jr Date: Thu, 17 Dec 2020 19:50:02 -0800 Subject: [PATCH] typo --- SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index 6540416..16a16d9 100644 --- a/SPEC.md +++ b/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. 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).