diff --git a/source/algorithms.tex b/source/algorithms.tex index b3e26f4b27..d44782e31f 100644 --- a/source/algorithms.tex +++ b/source/algorithms.tex @@ -4707,7 +4707,7 @@ \returns The first iterator \tcode{i} in the range \range{first}{last - count} such that for every non-negative integer \tcode{n} less than \tcode{count} -the condition $E$ is true. +the condition $E$ is \tcode{true}. Returns \tcode{last} if no such iterator is found. \pnum