Skip to content

Commit 5c19d8b

Browse files
committed
revert changes for ranges
1 parent d9012e5 commit 5c19d8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/algorithms.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4030,8 +4030,7 @@
40304030
such that for every non-negative integer \tcode{n} less than \tcode{count},
40314031
the following condition holds:
40324032
\tcode{invoke(pred, invoke(proj, *(i + n)), value)}.
4033-
Returns \tcode{\{first, first\}} if \tcode{count <= 0},
4034-
otherwise \tcode{\{last, last\}} if no such iterator is found.
4033+
Returns \tcode{\{last, last\}} if no such iterator is found.
40354034

40364035
\pnum
40374036
\complexity

0 commit comments

Comments
 (0)