Skip to content

Commit ae46a8d

Browse files
authored
Merge pull request github#3692 from igfoo/blockstmt
C++: Fix reference to `Block`
2 parents 5e021c2 + fd88289 commit ae46a8d

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/src/semmle/code/cpp/stmts

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/stmts/Stmt.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,7 @@ class SwitchStmt extends ConditionalStmt, @stmt_switch {
14551455
/**
14561456
* Gets the body statement of this 'switch' statement.
14571457
*
1458-
* In almost all cases the result will be a `BlockStmt`, but there are
1458+
* In almost all cases the result will be a `Block`, but there are
14591459
* other syntactically valid constructions.
14601460
*
14611461
* For example, for

0 commit comments

Comments
 (0)