be more specific

This commit is contained in:
Tab Atkins-Bittner 2023-12-26 13:06:22 -08:00
parent 6d359d2e4c
commit b635470ab2
1 changed files with 1 additions and 1 deletions

View File

@ -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: