Skip to content

Commit 342b6a4

Browse files
erik-kroghasgerf
andauthored
Update javascript/ql/src/semmle/javascript/security/performance/SuperlinearBackTracking.qll
Co-authored-by: Asger F <asgerf@github.com>
1 parent e16fa06 commit 342b6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/security/performance/SuperlinearBackTracking.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class PolynomialBackTrackingTerm extends InfiniteRepetitionQuantifier {
147147
}
148148

149149
/**
150-
* Holds if all non-empty successors to the polynimial backtracking term matches the end of the line.
150+
* Holds if all non-empty successors to the polynomial backtracking term matches the end of the line.
151151
*/
152152
predicate isAtEndLine() {
153153
forall(RegExpTerm succ | this.getSuccessor+() = succ and not matchesEpsilon(succ) |

0 commit comments

Comments
 (0)