fix adjacent_find typo

This commit is contained in:
Mitsuru Kariya 2013-08-20 22:28:22 +09:00
parent d58e8ce805
commit d8b2fadbc4

View file

@ -38,7 +38,7 @@ Examples
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.
Header