Skip to content

Commit 3cdb9a0

Browse files
committed
Fix typo Aho-Coraisck => Aho-Corasick
Checked correct spelling with [Wikipedia](https://en.wikipedia.org/wiki/Aho%E2%80%93Corasick_algorithm).
1 parent fffb44e commit 3cdb9a0

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)