From d0b30c3f35fe406912d60c43dfb92b872f3c9e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Tue, 5 Mar 2024 12:47:07 -0800 Subject: [PATCH] Update SPEC.md Co-authored-by: Bannerets --- SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index 163b024..8e38b2b 100644 --- a/SPEC.md +++ b/SPEC.md @@ -378,7 +378,7 @@ In addition to escaping individual characters, `\` can also escape whitespace. When a `\` is followed by one or more literal whitespace characters, the `\` and all of that whitespace are discarded. For example, `"Hello World"` and `"Hello \ World"` are semantically identical. See [whitespace](#whitespace) -and [newlines](#newlines) for how whitespace is defined. +and [newlines](#newline) for how whitespace is defined. Note that only literal whitespace is escaped; whitespace escapes (`\n` and such) are retained. For example, these strings are all semantically identical: