Skip to content

Commit f659e6c

Browse files
author
james
committed
fix table in go article
1 parent e346b47 commit f659e6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/codeql/codeql-language-guides/abstract-syntax-tree-classes-for-working-with-go-programs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ This table lists all subclasses of Stmt_.
7676
| | | | |
7777
+-------------------------------------------------------------------------------+-----------------------+----------------------------------+---------------------------------------------------+
7878
| ``fallthrough`` | FallthroughStmt_ | BranchStmt_ | can only occur as final non-empty child of |
79-
| | | | a CaseClause_ in an ExpressionSwitchStmt_ | |
79+
| | | | a CaseClause_ in an ExpressionSwitchStmt_ |
8080
+-------------------------------------------------------------------------------+-----------------------+----------------------------------+---------------------------------------------------+
8181
| LabelName_\ ``:`` Stmt_ | LabeledStmt_ | | |
8282
| | | | |

0 commit comments

Comments
 (0)