mirror of
https://github.com/boostorg/algorithm.git
synced 2025-06-29 14:01:00 +02:00
Update usage.xml
Doc typo.
This commit is contained in:
committed by
GitHub
parent
1e098f39d4
commit
c16b8ffadd
@ -265,7 +265,7 @@
|
|||||||
<title>Find Iterator</title>
|
<title>Find Iterator</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
An extension to find algorithms it the Find Iterator. Instead of searching for just a one part of a string,
|
An extension to find algorithms is the Find Iterator. Instead of searching for just a one part of a string,
|
||||||
the find iterator allows us to iterate over the substrings matching the specified criteria.
|
the find iterator allows us to iterate over the substrings matching the specified criteria.
|
||||||
This facility is using the <link linkend="string_algo.finder_concept">Finder</link> to incrementally
|
This facility is using the <link linkend="string_algo.finder_concept">Finder</link> to incrementally
|
||||||
search the string.
|
search the string.
|
||||||
|
Reference in New Issue
Block a user