Skip to content

Commit 2ab7be3

Browse files
committed
fix
1 parent 327cf28 commit 2ab7be3

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
@@ -24,7 +24,7 @@ At some point, you'll figure out that it won't terminate any time soon. ^C it.
2424
The promise of this crate is that *this pathological behavior can't happen*.
2525

2626
With that said, just because we have protected ourselves against worst case
27-
exponential behavior up doesn't mean we are immune from large constant factors
27+
exponential behavior doesn't mean we are immune from large constant factors
2828
or places where the current regex engine isn't quite optimal. This guide will
2929
detail those cases, among other general advice, and give advice on how to avoid
3030
them.

0 commit comments

Comments
 (0)