Skip to content

Commit bcd55d9

Browse files
authored
Merge pull request boostorg#80 from gcerretani/patch-1
String Usage doc typo
2 parents b139b72 + c16b8ff commit bcd55d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

string/doc/usage.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
<title>Find Iterator</title>
266266

267267
<para>
268-
An extension to find algorithms it the Find Iterator. Instead of searching for just a one part of a string,
268+
An extension to find algorithms is the Find Iterator. Instead of searching for just a one part of a string,
269269
the find iterator allows us to iterate over the substrings matching the specified criteria.
270270
This facility is using the <link linkend="string_algo.finder_concept">Finder</link> to incrementally
271271
search the string.

0 commit comments

Comments
 (0)