From b635470ab20f63cab2f9995b68b43b86e59cc57a Mon Sep 17 00:00:00 2001 From: Tab Atkins-Bittner Date: Tue, 26 Dec 2023 13:06:22 -0800 Subject: [PATCH] be more specific --- SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index 4aadf4a..39e5801 100644 --- a/SPEC.md +++ b/SPEC.md @@ -349,7 +349,7 @@ String](#multi-line-strings). #### Escapes -In addition to literal code points, a number of "escapes" are supported. +In addition to literal code points, a number of "escapes" are supported in Quoted Strings. "Escapes" are the character `\` followed by another character, and are interpreted as described in the following table: