JS: Fix typo in alert message

This commit is contained in:
Asger F
2022-09-13 10:13:34 +02:00
parent b4e6fb781a
commit f411798101

View File

@@ -118,6 +118,6 @@ where
call instanceof RegExpSearchCall and
not term.getAChild*() instanceof RegExpDollar and
message =
"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."
)
select term, message, call, "here"