Merge pull request #19 from kariya-mitsuru/fix-typo

fix adjacent_find typo
This commit is contained in:
Bolero MURAKAMI 2013-08-20 10:19:51 -07:00
commit c2be89cf22

View file

@ -38,7 +38,7 @@ Examples
Complexity Complexity
======================================== ========================================
| For a nonempty range, exactly ``min((i - first) + 1, (last - first) - 1)`` applications of the corresponding predicate, where i is adjacent_find<EFBFBD>fs return value. | For a nonempty range, exactly ``min((i - first) + 1, (last - first) - 1)`` applications of the corresponding predicate, where i is adjacent_find's return value.
| Recursive function invocations in *O(logN)* (logarithmic) depth. | Recursive function invocations in *O(logN)* (logarithmic) depth.
Header Header