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 692fc4c commit 22b0697Copy full SHA for 22b0697
ruby/ql/lib/codeql/ruby/security/performance/ParseRegExp.qll
@@ -14,7 +14,7 @@ private import codeql.ruby.ApiGraphs
14
15
/**
16
* A `StringlikeLiteral` containing a regular expression term, that is, either
17
- * a regular expression literal, a string literal used in a context where
+ * a regular expression literal, or a string literal used in a context where
18
* it is parsed as regular expression.
19
*/
20
abstract class RegExp extends AST::StringlikeLiteral {
0 commit comments