]> Cypherpunks repositories - gostls13.git/commitdiff
go/spec: fix typo
authorRobert Griesemer <gri@golang.org>
Fri, 9 Jul 2010 20:02:54 +0000 (13:02 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 9 Jul 2010 20:02:54 +0000 (13:02 -0700)
R=r
CC=golang-dev
https://golang.org/cl/1790041

doc/go_spec.html

index f8c5c0594dab358354b80f6af9f04e91cce5831b..48e4432e0d3290b5fb05e159ea599c2fc83ac208 100644 (file)
@@ -995,7 +995,7 @@ must either all be present or all be absent. If present, each name
 stands for one item (parameter or result) of the specified type; if absent, each
 type stands for one item of that type.  Parameter and result
 lists are always parenthesized except that if there is exactly
-one unnamed result it may written as an unparenthesized type.
+one unnamed result it may be written as an unparenthesized type.
 </p>
 <p>
 If the function's last parameter has a type prefixed with <code>...</code>,