aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2010-07-09 13:02:54 -0700
committerRobert Griesemer <gri@golang.org>2010-07-09 13:02:54 -0700
commit73ca127e67a1834c2e6239420d5eeeaec51cc87a (patch)
tree4cfb863a50534b2025fef6a13564995c373f86e6
parent7529d32ee12805591c067b4265ab0d65da6869b9 (diff)
downloadgo-73ca127e67a1834c2e6239420d5eeeaec51cc87a.tar.gz
go-73ca127e67a1834c2e6239420d5eeeaec51cc87a.zip
go/spec: fix typo
R=r CC=golang-dev https://golang.org/cl/1790041
-rw-r--r--doc/go_spec.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go_spec.html b/doc/go_spec.html
index f8c5c0594d..48e4432e0d 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -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>,