Skip to content

Commit a69507a

Browse files
jensmaurertkoeppe
authored andcommitted
[locale.codecvt.virtuals] Fix garbled sentence
1 parent f6b7ef3 commit a69507a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/text.tex

+3-3
Original file line numberDiff line numberDiff line change
@@ -2160,10 +2160,10 @@
21602160
Stops if it encounters a character it cannot convert.
21612161
It always leaves the \tcode{from_next} and \tcode{to_next} pointers
21622162
pointing one beyond the last element successfully converted.
2163-
If returns \tcode{noconv},
2164-
\tcode{internT} and \tcode{externT} are the same type and
2163+
If it returns \tcode{noconv},
2164+
\tcode{internT} and \tcode{externT} are the same type, and
21652165
the converted sequence is identical to
2166-
the input sequence \range{from}{from\textunderscore\nobreak next}.
2166+
the input sequence \range{from}{from\textunderscore\nobreak next},
21672167
\tcode{to_next} is set equal to \tcode{to},
21682168
the value of \tcode{state} is unchanged, and
21692169
there are no changes to the values in \range{to}{to_end}.

0 commit comments

Comments
 (0)