Skip to content

Commit 5675aa3

Browse files
committed
[lex.string] Clarify size of string-literal
1 parent 6a0a1aa commit 5675aa3

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
@@ -1705,7 +1705,9 @@
17051705
are determined by its encoding prefix and sequence of
17061706
\grammarterm{s-char}s or \grammarterm{r-char}s
17071707
as defined by \tref{lex.string.literal}
1708-
where $n$ is the number of encoded code units as described below.
1708+
where $n$ is the number of encoded code units
1709+
in the result of an evaluation of the \grammarterm{string-literal}
1710+
were it to be evaluated (see below).
17091711

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

0 commit comments

Comments
 (0)