Skip to content

Commit e39706a

Browse files
committed
spelling: regex
Signed-off-by: Josh Soref <[email protected]>
1 parent 866cc1e commit e39706a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/queries/style/RegexpInsteadOfPattern.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @description The `matches` builtin predicate takes a special pattern format as an input, not a regular expression.
44
* @kind problem
55
* @problem.severity warning
6-
* @id ql/rexexp-pattern
6+
* @id ql/regex-pattern
77
* @precision medium
88
*/
99

0 commit comments

Comments
 (0)