Skip to content

Commit f411798

Browse files
committed
JS: Fix typo in alert message
1 parent b4e6fb7 commit f411798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/RegExp/RegExpAlwaysMatches.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ where
118118
call instanceof RegExpSearchCall and
119119
not term.getAChild*() instanceof RegExpDollar and
120120
message =
121-
"This regular expression always the matches at index 0 when used $@, as it matches the empty substring."
121+
"This regular expression always matches at index 0 when used $@, as it matches the empty substring."
122122
)
123123
select term, message, call, "here"

0 commit comments

Comments
 (0)