Skip to content

Commit f5f19db

Browse files
committed
Fix typo in make_boyer_moore_horspool_searcher sig
1 parent c80f181 commit f5f19db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: func.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ <h1><code>boyer_moore_horspool_searcher</code> creation functions</h1>
464464
<cxx-signature>template&lt;class RandomAccessIterator,
465465
class Hash = hash&lt;typename iterator_traits&lt;RandomAccessIterator&gt;::value_type&gt;,
466466
class BinaryPredicate = equal_to&lt;&gt;&gt;
467-
boyer_moore_searcher_horspool&lt;RandomAccessIterator, Hash, BinaryPredicate&gt;
467+
boyer_moore_horspool_searcher&lt;RandomAccessIterator, Hash, BinaryPredicate&gt;
468468
make_boyer_moore_horspool_searcher(
469469
RandomAccessIterator pat_first, RandomAccessIterator pat_last,
470470
Hash hf = Hash(), BinaryPredicate pred = BinaryPredicate());</cxx-signature>

0 commit comments

Comments
 (0)