We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2654b6 commit 6f496bfCopy full SHA for 6f496bf
source/algorithms.tex
@@ -9917,7 +9917,7 @@
9917
\tcode{i2} be the iterator in \range{first}{last}
9918
for which $E(\tcode{*i2})$ is \tcode{false}
9919
and there are exactly $K$ iterators \tcode{j} in \range{first}{\tcode{i2}}
9920
- for which $E(\tcode{*j})$ is \tcode{true},
+ for which $E(\tcode{*j})$ is \tcode{false},
9921
or \tcode{last} if no such iterator exists;
9922
\item
9923
$N$ be $\min(\tcode{i1 - first}, \ \tcode{i2 - first})$.
0 commit comments