From: Andrew Gerrand Date: Tue, 26 Mar 2013 16:37:17 +0000 (-0700) Subject: doc: fix typo in go 1.1 doc X-Git-Tag: go1.1rc2~327 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a52855535a78ce3519c3d5a4dac99208f75a53d3;p=gostls13.git doc: fix typo in go 1.1 doc R=golang-dev, iant CC=golang-dev https://golang.org/cl/7725049 --- 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.