summaryrefslogtreecommitdiff
path: root/libs/algorithm/doc/html/the_boost_algorithm_library
diff options
context:
space:
mode:
Diffstat (limited to 'libs/algorithm/doc/html/the_boost_algorithm_library')
-rw-r--r--libs/algorithm/doc/html/the_boost_algorithm_library/CXX14/mismatch.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/algorithm/doc/html/the_boost_algorithm_library/CXX14/mismatch.html b/libs/algorithm/doc/html/the_boost_algorithm_library/CXX14/mismatch.html
index 56d2d0bfd..26c266423 100644
--- a/libs/algorithm/doc/html/the_boost_algorithm_library/CXX14/mismatch.html
+++ b/libs/algorithm/doc/html/the_boost_algorithm_library/CXX14/mismatch.html
@@ -128,9 +128,9 @@
<p>
Both of the variants of <code class="computeroutput"><span class="identifier">mismatch</span></code>
run in <span class="emphasis"><em>O(N)</em></span> (linear) time; that is, they compare against
- each element in the list once. If the sequence is found to be equal at any
- point, the routine will terminate immediately, without examining the rest
- of the elements.
+ each element in the list once. If the sequence is found to be not equal at
+ any point, the routine will terminate immediately, without examining the
+ rest of the elements.
</p>
<h5>
<a name="the_boost_algorithm_library.CXX14.mismatch.h4"></a>