C++: Fix reference to Block

We don't call it `BlockStmt`.
This commit is contained in:
Ian Lynagh
2020-06-11 16:50:23 +01:00
parent 5e021c24c1
commit fd88289e46

View File

@@ -1455,7 +1455,7 @@ class SwitchStmt extends ConditionalStmt, @stmt_switch {
/**
* Gets the body statement of this 'switch' statement.
*
* In almost all cases the result will be a `BlockStmt`, but there are
* In almost all cases the result will be a `Block`, but there are
* other syntactically valid constructions.
*
* For example, for