From a52855535a78ce3519c3d5a4dac99208f75a53d3 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 26 Mar 2013 09:37:17 -0700 Subject: [PATCH] doc: fix typo in go 1.1 doc R=golang-dev, iant CC=golang-dev https://golang.org/cl/7725049 --- doc/go1.1.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.1.html b/doc/go1.1.html index a5ea59c97a..01c43d248d 100644 --- a/doc/go1.1.html +++ b/doc/go1.1.html @@ -495,7 +495,7 @@ and SliceOf construct new Types -from existing types, for example to construct a the type []T given +from existing types, for example to construct the type []T given only T.