Commit 43f459ce authored by Russ Cox's avatar Russ Cox

typo

R=iant
CC=golang-dev
https://golang.org/cl/3582042
parent 11a01615
...@@ -169,7 +169,7 @@ In fact, an aggressive compiler might delete the entire <code>go</code> statemen ...@@ -169,7 +169,7 @@ In fact, an aggressive compiler might delete the entire <code>go</code> statemen
<p> <p>
If the effects of a goroutine must be observed by another goroutine, If the effects of a goroutine must be observed by another goroutine,
use a synchronization mechanism such as a lock or channel use a synchronization mechanism such as a lock or channel
communiation to establish a relative ordering. communication to establish a relative ordering.
</p> </p>
<h3>Channel communication</h3> <h3>Channel communication</h3>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment