From: Jonathan Rudenberg Date: Tue, 14 Jul 2015 23:22:24 +0000 (-0400) Subject: doc/go1.5.html: fix typo X-Git-Tag: go1.5beta2~67 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f4b4c881cb4b02c00fa6704a2d85ee0160f49f8d;p=gostls13.git doc/go1.5.html: fix typo This is the first mention of the fmt package in the changes list. Change-Id: I5d378d8707e6735e0e590527db4196b517fefd72 Reviewed-on: https://go-review.googlesource.com/12198 Reviewed-by: Andrew Gerrand --- diff --git a/doc/go1.5.html b/doc/go1.5.html index aede24747d..a7ff7e57e4 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -876,7 +876,7 @@ described above.
  • -Also in the 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>.