doc: fix typo in go 1.1 doc

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/7725049
This commit is contained in:
Andrew Gerrand 2013-03-26 09:37:17 -07:00
parent 94599ea745
commit a52855535a

View 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 a the type <code>[]T</code> given
from existing types, for example to construct the type <code>[]T</code> given
only <code>T</code>.
</p>