From 73ca127e67a1834c2e6239420d5eeeaec51cc87a Mon Sep 17 00:00:00 2001
From: Robert Griesemer
Date: Fri, 9 Jul 2010 13:02:54 -0700
Subject: [PATCH] go/spec: fix typo
R=r
CC=golang-dev
https://golang.org/cl/1790041
---
doc/go_spec.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/go_spec.html b/doc/go_spec.html
index f8c5c0594da..48e4432e0d3 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.
If the function's last parameter has a type prefixed with ...
,