diff --git a/doc/go_spec.html b/doc/go_spec.html index e53d3fb396c..b4637e6e293 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -4217,7 +4217,10 @@ ContinueStmt = "continue" [ Label ] .
-The optional label is analogous to that of a "break" statement. +If there is a label, it must be that of an enclosing +"for" statement, and that is the one whose execution +advances +(ยงFor statements).