diff --git a/doc/go_spec.html b/doc/go_spec.html index c743f6d04d..c1ab22b7ae 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -2528,8 +2528,9 @@ For operations involving constants only, see the section on

-In a channel send, the first operand is always a channel and the -second is a value of the channel's element type. +In a channel send, the first operand is always a channel and the second +must be a value assignment compatible +with the channel's element type.