diff --git a/doc/go_spec.html b/doc/go_spec.html
index 438a764333..1eb6c7a588 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -3011,10 +3011,7 @@ which may be omitted only if the previous statement:
- ends with the closing parenthesis ")" of a list of declarations
(§Declarations and Scope); or
- - ends with the closing brace "}" of a type declaration
- (§Type declarations); or
- - ends with the closing brace "}" of a block
- (including "switch" and "select" statements).
+
- ends with a closing brace "}" that is not part of an expression.