1
0
mirror of https://github.com/golang/go synced 2024-11-21 19:04:44 -07:00

typo in spec

R=tgs
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=28032
CL=28032
This commit is contained in:
Robert Griesemer 2009-04-29 11:45:08 -07:00
parent 22301e8cea
commit ce9fbdbee0

View File

@ -3396,7 +3396,7 @@ a single byte in the string.
</p>
<p>
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.
</p>
<p>