diff --git a/doc/go_spec.html b/doc/go_spec.html index d56efcc2bc..aad1f34dd6 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -3771,7 +3771,7 @@ ExprSwitchCase = "case" ExpressionList | "default" .
In a case or default clause, the last statement only may be a "fallthrough" statement -(§Fallthrough statement) to +(§Fallthrough statement) to indicate that control should flow from the end of this clause to the first statement of the next clause. Otherwise control flows to the end of the "switch" statement.