We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e6fb7 commit f411798Copy full SHA for f411798
1 file changed
javascript/ql/src/RegExp/RegExpAlwaysMatches.ql
@@ -118,6 +118,6 @@ where
118
call instanceof RegExpSearchCall and
119
not term.getAChild*() instanceof RegExpDollar and
120
message =
121
- "This regular expression always the matches at index 0 when used $@, as it matches the empty substring."
+ "This regular expression always matches at index 0 when used $@, as it matches the empty substring."
122
)
123
select term, message, call, "here"
0 commit comments