Skip to content

Commit 8bd8d26

Browse files
authored
[alg.search] Add \tcode for true (#7588)
1 parent 696dcd8 commit 8bd8d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/algorithms.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -4707,7 +4707,7 @@
47074707
\returns
47084708
The first iterator \tcode{i} in the range \range{first}{last - count}
47094709
such that for every non-negative integer \tcode{n} less than \tcode{count}
4710-
the condition $E$ is true.
4710+
the condition $E$ is \tcode{true}.
47114711
Returns \tcode{last} if no such iterator is found.
47124712

47134713
\pnum

0 commit comments

Comments
 (0)