We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b7ef3 commit a69507aCopy full SHA for a69507a
source/text.tex
@@ -2160,10 +2160,10 @@
2160
Stops if it encounters a character it cannot convert.
2161
It always leaves the \tcode{from_next} and \tcode{to_next} pointers
2162
pointing one beyond the last element successfully converted.
2163
-If returns \tcode{noconv},
2164
-\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
2165
the converted sequence is identical to
2166
-the input sequence \range{from}{from\textunderscore\nobreak next}.
+the input sequence \range{from}{from\textunderscore\nobreak next},
2167
\tcode{to_next} is set equal to \tcode{to},
2168
the value of \tcode{state} is unchanged, and
2169
there are no changes to the values in \range{to}{to_end}.
0 commit comments