Skip to content

Commit 88657c9

Browse files
committed
[move.iter.op.index] Fix misnested \tcode
Fixes #1459.
1 parent 473966e commit 88657c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iterators.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2426,7 +2426,7 @@
24262426

24272427
\begin{itemdescr}
24282428
\pnum
2429-
\returns \tcode{std::move(}current[n]).
2429+
\returns \tcode{std::move(current[n])}.
24302430
\end{itemdescr}
24312431

24322432
\rSec4[move.iter.op.comp]{\tcode{move_iterator} comparisons}

0 commit comments

Comments
 (0)