From c16b8ffaddb6a34ae73491f600f542ac78d64df7 Mon Sep 17 00:00:00 2001 From: Giovanni Cerretani Date: Fri, 23 Oct 2020 15:27:49 +0200 Subject: [PATCH] Update usage.xml Doc typo. --- string/doc/usage.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/string/doc/usage.xml b/string/doc/usage.xml index 56fd3ac..174d177 100644 --- a/string/doc/usage.xml +++ b/string/doc/usage.xml @@ -265,7 +265,7 @@ Find Iterator - 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. This facility is using the Finder to incrementally search the string.