From f4b4c881cb4b02c00fa6704a2d85ee0160f49f8d Mon Sep 17 00:00:00 2001 From: Jonathan Rudenberg Date: Tue, 14 Jul 2015 19:22:24 -0400 Subject: [PATCH] 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 --- doc/go1.5.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
  • -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>.