From: Shenghou Ma Date: Thu, 31 Dec 2015 16:25:51 +0000 (-0500) Subject: doc: fix typo X-Git-Tag: go1.6beta2~174 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ca9876dd2f1b8f4a00b1ff4be58baaa6ff774a39;p=gostls13.git doc: fix typo Fixes #13780. Change-Id: I629e2ba79b74d693e04c3747812c9a686cae5335 Reviewed-on: https://go-review.googlesource.com/18218 Reviewed-by: Brad Fitzpatrick --- 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.