diff --git a/doc/go_spec.html b/doc/go_spec.html index ebf1cefffe..9232eb0f8a 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -4356,7 +4356,9 @@ SimpleStmt = EmptyStmt | ExpressionStmt | SendStmt | IncDecStmt | Assignment | S

Terminating statements

-A terminating statement is one of the following: +A terminating statement prevents execution of all statements that lexically +appear after it in the same block. The following statements +are terminating: