Skip to content

Commit e8f0e14

Browse files
Bilka2nobu
authored andcommitted
[DOC] Fix typo in Regexp Optimization section
1 parent e500265 commit e8f0e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/_regexp.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@ the potential vulnerability arising from this is the {regular expression denial-
12511251

12521252
\Regexp matching can apply an optimization to prevent ReDoS attacks.
12531253
When the optimization is applied, matching time increases linearly (not polynomially or exponentially)
1254-
in relation to the input size, and a ReDoS attach is not possible.
1254+
in relation to the input size, and a ReDoS attack is not possible.
12551255

12561256
This optimization is applied if the pattern meets these criteria:
12571257

0 commit comments

Comments
 (0)