We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39706a commit 08b06aaCopy full SHA for 08b06aa
ql/ql/src/queries/style/RegexpInsteadOfPattern.ql
@@ -33,5 +33,5 @@ where
33
c.getArgument(0) = arg and
34
arg.getValue().regexpMatch(getALikelyRegExpPattern())
35
select c,
36
- "Argument \"$@\" looks like a reguar expression, but will be interpreted as a SQL 'LIKE' pattern.",
+ "Argument \"$@\" looks like a regular expression, but will be interpreted as a SQL 'LIKE' pattern.",
37
arg, arg.getValue()
0 commit comments