Skip to content

Commit

Permalink
[locale.codecvt.virtuals] Fix garbled sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmaurer authored and tkoeppe committed Oct 21, 2024
1 parent f6b7ef3 commit a69507a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/text.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2160,10 +2160,10 @@
Stops if it encounters a character it cannot convert.
It always leaves the \tcode{from_next} and \tcode{to_next} pointers
pointing one beyond the last element successfully converted.
If returns \tcode{noconv},
\tcode{internT} and \tcode{externT} are the same type and
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}.
the input sequence \range{from}{from\textunderscore\nobreak next},
\tcode{to_next} is set equal to \tcode{to},
the value of \tcode{state} is unchanged, and
there are no changes to the values in \range{to}{to_end}.
Expand Down

0 comments on commit a69507a

Please sign in to comment.