rebuid doc: for find_first_of

This commit is contained in:
Bolero-MURAKAMI 2013-08-27 18:17:23 +09:00
parent c9212fe65b
commit 72f335f35a
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ Examples
Complexity
========================================
| At most ``(last2 - first2) * (last1 - first1 - (last2 - first2) + 1)`` applications of the corresponding predicate.
| At most ``(last1 - first1) * (last2 - first2)`` applications of the corresponding predicate.
| Recursive function invocations in *O(logN)* (logarithmic) depth.
Header