From de433ec7f4a57f3b52c6541f8abd53fe9f862513 Mon Sep 17 00:00:00 2001 From: "S. B. Tam" Date: Wed, 23 Oct 2024 20:47:42 +0800 Subject: [PATCH] [locale.codecvt.virtuals] Improve wording --- source/text.tex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/text.tex b/source/text.tex index 3dba5b6d82..71a491264d 100644 --- a/source/text.tex +++ b/source/text.tex @@ -2161,10 +2161,8 @@ It always leaves the \tcode{from_next} and \tcode{to_next} pointers pointing one beyond the last element successfully converted. If it returns \tcode{noconv}, -\tcode{internT} and \tcode{externT} are the same type, and -the converted sequence is identical to -the input sequence \range{from}{from\textunderscore\nobreak next}, \tcode{to_next} is set equal to \tcode{to}, +\tcode{from_next} is set equal to \tcode{from}, the value of \tcode{state} is unchanged, and there are no changes to the values in \range{to}{to_end}.