We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60810a commit 66f4c7bCopy full SHA for 66f4c7b
src/string_search.h
@@ -559,7 +559,7 @@ size_t StringSearch<Char>::InitialSearch(
559
return subject.length();
560
}
561
562
-// Perform a a single stand-alone search.
+// Perform a single stand-alone search.
563
// If searching multiple times for the same pattern, a search
564
// object should be constructed once and the Search function then called
565
// for each search.
0 commit comments