diff --git a/doc/go_spec.html b/doc/go_spec.html index b129520180..f47f5a6e3e 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -7496,7 +7496,7 @@ returns a received value along with an indication of whether the channel is clos

If the type of the argument to close is a type parameter, -all types in its type set must be channels with the same element type. +all types in its type set must be channels. It is an error if any of those channels is a receive-only channel.