diff --git a/doc/go_spec.html b/doc/go_spec.html index f86a293d577..3517834463a 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -3396,7 +3396,7 @@ a single byte in the string.
For channels, the identifier list must contain one identifier. -The iteration recieves values sent on the channel until the channel is closed; +The iteration receives values sent on the channel until the channel is closed; it does not process the zero value sent before the channel is closed.