From ca9876dd2f1b8f4a00b1ff4be58baaa6ff774a39 Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Thu, 31 Dec 2015 11:25:51 -0500 Subject: [PATCH] doc: fix typo Fixes #13780. Change-Id: I629e2ba79b74d693e04c3747812c9a686cae5335 Reviewed-on: https://go-review.googlesource.com/18218 Reviewed-by: Brad Fitzpatrick --- 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 9c19b08d75..fe35aaccb4 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -5330,7 +5330,7 @@ the "for" statement's block but the goto is not.

A "fallthrough" statement transfers control to the first statement of the -next case clause in a expression "switch" statement. +next case clause in an expression "switch" statement. It may be used only as the final non-empty statement in such a clause.

-- 2.50.0