Skip to content

Commit c7ae072

Browse files
committed
spelling: javascript
Signed-off-by: Josh Soref <[email protected]>
1 parent 98b317d commit c7ae072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/lib/semmle/javascript/security/regexp/NfaUtilsSpecific.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ predicate isPossessive(RegExpQuantifier term) { none() }
2020

2121
/**
2222
* Holds if the regex that `term` is part of is used in a way that ignores any leading prefix of the input it's matched against.
23-
* Not yet implemented for Javascript.
23+
* Not yet implemented for JavaScript.
2424
*/
2525
predicate matchesAnyPrefix(RegExpTerm term) { any() }
2626

2727
/**
2828
* Holds if the regex that `term` is part of is used in a way that ignores any trailing suffix of the input it's matched against.
29-
* Not yet implemented for Javascript.
29+
* Not yet implemented for JavaScript.
3030
*/
3131
predicate matchesAnySuffix(RegExpTerm term) { any() }
3232

0 commit comments

Comments
 (0)