diff --git a/doc/go1.5.html b/doc/go1.5.html index aede24747d4..a7ff7e57e46 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -876,7 +876,7 @@ described above.
fmt
package,
+In the fmt
package,
a value of type Value
now
prints what it holds, rather than use the reflect.Value
's Stringer
method, which produces things like <int Value>
.