]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix typo
authorShenghou Ma <minux@golang.org>
Thu, 31 Dec 2015 16:25:51 +0000 (11:25 -0500)
committerMinux Ma <minux@golang.org>
Fri, 1 Jan 2016 05:00:12 +0000 (05:00 +0000)
Fixes #13780.

Change-Id: I629e2ba79b74d693e04c3747812c9a686cae5335
Reviewed-on: https://go-review.googlesource.com/18218
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go_spec.html

index 9c19b08d75f7c0d4295542f1d1d3203c027dbad6..fe35aaccb4a8a36585479481096a3be8e8dc5dd7 100644 (file)
@@ -5330,7 +5330,7 @@ the "for" statement's block but the <code>goto</code> is not.
 
 <p>
 A "fallthrough" statement transfers control to the first statement of the
-next case clause in a <a href="#Expression_switches">expression "switch" statement</a>.
+next case clause in an <a href="#Expression_switches">expression "switch" statement</a>.
 It may be used only as the final non-empty statement in such a clause.
 </p>