Skip to content

Commit 9e0afe3

Browse files
Patrick Palkazygoloid
authored andcommitted
[move.iter.elem] Add missing 'return'
1 parent 3eb2e09 commit 9e0afe3

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
@@ -4251,7 +4251,7 @@
42514251
\begin{itemdescr}
42524252
\pnum
42534253
\effects
4254-
Equivalent to: \tcode{ranges::iter_move(current + n);}
4254+
Equivalent to: \tcode{return ranges::iter_move(current + n);}
42554255
\end{itemdescr}
42564256

42574257
\rSec3[move.iter.nav]{Navigation}

0 commit comments

Comments
 (0)