From 20183dee8918af54ccd068a7f6fa5c79cc930008 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sun, 7 Nov 2021 22:35:21 +0100 Subject: [PATCH] [lex.string] Clarify size of string-literal --- source/lex.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/lex.tex b/source/lex.tex index d58678c2d9..c968a62b39 100644 --- a/source/lex.tex +++ b/source/lex.tex @@ -1809,7 +1809,9 @@ are determined by its encoding prefix and sequence of \grammarterm{s-char}s or \grammarterm{r-char}s as defined by \tref{lex.string.literal} -where $n$ is the number of encoded code units as described below. +where $n$ is the number of encoded code units +that would result from an evaluation of the \grammarterm{string-literal} +(see below). \begin{floattable}{String literals}{lex.string.literal} {llp{2.6cm}p{2.3cm}p{4.7cm}}