Skip to content

Commit def1b3c

Browse files
committed
Ruby: QLDoc fix
1 parent fdbe169 commit def1b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/Regexp.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ module RegExpInterpretation {
103103
}
104104

105105
/**
106-
* Nodes interpreted as regular expressions via various standard library methods.
106+
* A node interpreted as a regular expression.
107107
*/
108108
class StdLibRegExpInterpretation extends RegExpInterpretation::Range {
109109
StdLibRegExpInterpretation() {

0 commit comments

Comments
 (0)