fix table in go article

This commit is contained in:
james
2020-12-03 09:36:55 +00:00
parent e346b479d2
commit f659e6c9df

View File

@@ -76,7 +76,7 @@ This table lists all subclasses of Stmt_.
| | | | |
+-------------------------------------------------------------------------------+-----------------------+----------------------------------+---------------------------------------------------+
| ``fallthrough`` | FallthroughStmt_ | BranchStmt_ | can only occur as final non-empty child of |
| | | | a CaseClause_ in an ExpressionSwitchStmt_ | |
| | | | a CaseClause_ in an ExpressionSwitchStmt_ |
+-------------------------------------------------------------------------------+-----------------------+----------------------------------+---------------------------------------------------+
| LabelName_\ ``:`` Stmt_ | LabeledStmt_ | | |
| | | | |