Skip to content

Commit 4552a92

Browse files
jensmaurertkoeppe
authored andcommitted
[lex.string] Clarify size of string-literal
1 parent 0dda846 commit 4552a92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/lex.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1806,7 +1806,9 @@
18061806
are determined by its encoding prefix and sequence of
18071807
\grammarterm{s-char}s or \grammarterm{r-char}s
18081808
as defined by \tref{lex.string.literal}
1809-
where $n$ is the number of encoded code units as described below.
1809+
where $n$ is the number of encoded code units
1810+
that would result from an evaluation of the \grammarterm{string-literal}
1811+
(see below).
18101812

18111813
\begin{floattable}{String literals}{lex.string.literal}
18121814
{llp{2.6cm}p{2.3cm}p{4.7cm}}

0 commit comments

Comments
 (0)