Skip to content

Commit 22b0697

Browse files
aibaarsalexrford
andauthored
Update ruby/ql/lib/codeql/ruby/security/performance/ParseRegExp.qll
Co-authored-by: Alex Ford <alexrford@users.noreply.github.com>
1 parent 692fc4c commit 22b0697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/security/performance/ParseRegExp.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ private import codeql.ruby.ApiGraphs
1414

1515
/**
1616
* A `StringlikeLiteral` containing a regular expression term, that is, either
17-
* a regular expression literal, a string literal used in a context where
17+
* a regular expression literal, or a string literal used in a context where
1818
* it is parsed as regular expression.
1919
*/
2020
abstract class RegExp extends AST::StringlikeLiteral {

0 commit comments

Comments
 (0)