Thanks to visit codestin.com
Credit goes to github.com

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 <[email protected]>
1 parent e16fa06 commit 342b6a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)