]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix typo in go 1.1 doc
authorAndrew Gerrand <adg@golang.org>
Tue, 26 Mar 2013 16:37:17 +0000 (09:37 -0700)
committerAndrew Gerrand <adg@golang.org>
Tue, 26 Mar 2013 16:37:17 +0000 (09:37 -0700)
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/7725049

doc/go1.1.html

index a5ea59c97a0effd363e7ce86d0ef9b9ad751bf54..01c43d248d8f53e6600b37a91e13dc0ad77eb2b5 100644 (file)
@@ -495,7 +495,7 @@ and
 <a href="/pkg/reflect/#SliceOf"><code>SliceOf</code></a>
 construct new
 <a href="/pkg/reflect/#Type"><code>Types</code></a>
-from existing types, for example to construct the type <code>[]T</code> given
+from existing types, for example to construct the type <code>[]T</code> given
 only <code>T</code>.
 </p>