Skip to content

Commit df4ce9f

Browse files
committed
Merge pull request #198 from matthieu-m/patch-1
Fix typo Aho-Coraisck => Aho-Corasick
2 parents fffb44e + 3cdb9a0 commit df4ce9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PERFORMANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ it's possible that the regex engine can be avoided entirely even when there's a
181181
match.
182182

183183
When one literal is found, Boyer-Moore is used. When multiple literals are
184-
found, then an optimized version of Aho-Coraisck is used.
184+
found, then an optimized version of Aho-Corasick is used.
185185

186186
This optimization is in particular extended quite a bit in this crate. Here are
187187
a few examples of regexes that get literal prefixes detected:

0 commit comments

Comments
 (0)