1
0
mirror of https://github.com/golang/go synced 2024-11-21 15:14:43 -07:00
R=iant
CC=golang-dev
https://golang.org/cl/3582042
This commit is contained in:
Russ Cox 2010-12-14 11:33:17 -05:00
parent 11a016151b
commit 43f459ce51

View File

@ -169,7 +169,7 @@ In fact, an aggressive compiler might delete the entire <code>go</code> statemen
<p>
If the effects of a goroutine must be observed by another goroutine,
use a synchronization mechanism such as a lock or channel
communiation to establish a relative ordering.
communication to establish a relative ordering.
</p>
<h3>Channel communication</h3>