From f9e9dc230463bbdde3b38797cccf01823d07b63e Mon Sep 17 00:00:00 2001 From: Arthur Baars Date: Thu, 11 Feb 2021 17:53:28 +0100 Subject: [PATCH] Address comment Co-authored-by: Nick Rolfe --- ql/src/codeql_ruby/ast/Expr.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */