From 67d30bb696fd28477ec023926b0ead375cf8371e Mon Sep 17 00:00:00 2001 From: Evan Shaw Date: Tue, 25 May 2010 18:24:07 -0700 Subject: [PATCH] spec: Fix link to fallthrough statements R=golang-dev, gri CC=golang-dev https://golang.org/cl/1303041 --- doc/go_spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.48.1