Skip to content

Commit 49caa2b

Browse files
committed
[func.search] Add missing period
1 parent 13cd3ff commit 49caa2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14701,7 +14701,7 @@
1470114701
\pnum
1470214702
The Boyer-Moore searcher implements the Boyer-Moore search algorithm.
1470314703
The Boyer-Moore-Horspool searcher implements the Boyer-Moore-Horspool search algorithm.
14704-
In general, the Boyer-Moore searcher will use more memory and give better runtime performance than Boyer-Moore-Horspool
14704+
In general, the Boyer-Moore searcher will use more memory and give better runtime performance than Boyer-Moore-Horspool.
1470514705

1470614706
\rSec3[func.search.default]{Class template \tcode{default_searcher}}
1470714707

0 commit comments

Comments
 (0)