Update usage.xml

Doc typo.
This commit is contained in:
Giovanni Cerretani
2020-10-23 15:27:49 +02:00
committed by GitHub
parent 1e098f39d4
commit c16b8ffadd

View File

@ -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.