Skip to content

Commit a050de7

Browse files
committed
Swift: Grammar.
1 parent ddd3e88 commit a050de7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift/ql/src/queries/Security/CWE-1333/ReDoSIntroduction.inc.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
an expensive input string for the regular expression to match.
1111
</p>
1212
<p>
13-
The regular expression engine used by Swift uses a
13+
The regular expression engine used by Swift uses
1414
backtracking non-deterministic finite automata to implement regular
1515
expression matching. While this approach is space-efficient and allows
1616
supporting advanced features like capture groups, it is not time-efficient
@@ -34,4 +34,4 @@
3434
time-complexity does not matter.
3535
</p>
3636
</recommendation>
37-
</qhelp>
37+
</qhelp>

0 commit comments

Comments
 (0)