website: Fix typo on the "expressions" documentation page

This commit is contained in:
Justin Weissig 2019-05-08 10:58:22 -07:00 committed by Martin Atkins
parent c46f036b29
commit aa4c43b341
1 changed files with 1 additions and 1 deletions

View File

@ -701,7 +701,7 @@ sequence, with the following characters selecting the escape behavior:
| `\"` | Literal quote (without terminating the string) |
| `\\` | Literal backslash |
| `\uNNNN` | Unicode character from the basic multilingual plane (NNNN is four hex digits) |
| `\UNNNNNNNN` | Unicode character from supplimentary planes (NNNNNNNN is eight hex digits) |
| `\UNNNNNNNN` | Unicode character from supplementary planes (NNNNNNNN is eight hex digits) |
The alternative syntax for string literals is the so-called "heredoc" style,
inspired by Unix shell languages. This style allows multi-line strings to