]> Cypherpunks repositories - gostls13.git/commitdiff
typo in spec
authorRobert Griesemer <gri@golang.org>
Wed, 29 Apr 2009 18:45:08 +0000 (11:45 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 29 Apr 2009 18:45:08 +0000 (11:45 -0700)
R=tgs
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=28032
CL=28032

doc/go_spec.html

index f86a293d577d0fce5ecd2e7b8859cda576394e5d..3517834463a733ad038d17f8705f008a091f94d2 100644 (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>