diff --git a/doc/go_mem.html b/doc/go_mem.html index 633d35cd07..7adc34828a 100644 --- a/doc/go_mem.html +++ b/doc/go_mem.html @@ -453,7 +453,7 @@ crash, or do something else.)
-The kth receive on a channel with capacity C is synchronized before the completion of the k+Cth send from that channel completes. +The kth receive from a channel with capacity C is synchronized before the completion of the k+Cth send on that channel.