diff --git a/doc/go_spec.html b/doc/go_spec.html index f6e87fe8a4..069d33ba55 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -6809,7 +6809,8 @@ OuterLoop:

A "continue" statement begins the next iteration of the -innermost "for" loop at its post statement. +innermost enclosing "for" loop +by advancing control to the end of the loop block. The "for" loop must be within the same function.