Skip to content

Commit 66ad2c4

Browse files
committed
typo
1 parent 42ef99f commit 66ad2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Speculative support for Unicode word boundaries was added to the DFA. This
44
should remove the last common case that disqualified use of the DFA.
55
* An optimization that scanned for suffix literals and then matched the regular
6-
expression in reverse was removed because it had worst cast quadratic time
6+
expression in reverse was removed because it had worst case quadratic time
77
complexity. It was replaced with a more limited optimization where, given any
88
regex of the form `re$`, it will be matched in reverse from the end of the
99
haystack.

0 commit comments

Comments
 (0)