diff --git a/ql/src/codeql_ruby/ast/Expr.qll b/ql/src/codeql_ruby/ast/Expr.qll index 55ed61c0b0a..22956ca6dbf 100644 --- a/ql/src/codeql_ruby/ast/Expr.qll +++ b/ql/src/codeql_ruby/ast/Expr.qll @@ -124,7 +124,7 @@ class StmtSequence extends Expr { } /** - * A sequence of expressions representing the body of a method, class, module, + * A sequence of statements representing the body of a method, class, module, * or do-block. That is, any body that may also include rescue/ensure/else * statements. */