Commit ca9876dd authored by Shenghou Ma's avatar Shenghou Ma Committed by Minux Ma

doc: fix typo

Fixes #13780.

Change-Id: I629e2ba79b74d693e04c3747812c9a686cae5335
Reviewed-on: https://go-review.googlesource.com/18218Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 043ae50f
...@@ -5330,7 +5330,7 @@ the "for" statement's block but the <code>goto</code> is not. ...@@ -5330,7 +5330,7 @@ the "for" statement's block but the <code>goto</code> is not.
<p> <p>
A "fallthrough" statement transfers control to the first statement of the 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. It may be used only as the final non-empty statement in such a clause.
</p> </p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment