We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e021c2 + fd88289 commit ae46a8dCopy full SHA for ae46a8d
cpp/ql/src/semmle/code/cpp/stmts/Stmt.qll
@@ -1455,7 +1455,7 @@ class SwitchStmt extends ConditionalStmt, @stmt_switch {
1455
/**
1456
* Gets the body statement of this 'switch' statement.
1457
*
1458
- * 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
1459
* other syntactically valid constructions.
1460
1461
* For example, for
0 commit comments