Address comment

Co-authored-by: Nick Rolfe <nickrolfe@github.com>
This commit is contained in:
Arthur Baars
2021-02-11 17:53:28 +01:00
committed by GitHub
parent c4e2c87d82
commit f9e9dc2304

View File

@@ -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.
*/