]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.5.html: fix typo
authorJonathan Rudenberg <jonathan@titanous.com>
Tue, 14 Jul 2015 23:22:24 +0000 (19:22 -0400)
committerAndrew Gerrand <adg@golang.org>
Wed, 15 Jul 2015 00:52:31 +0000 (00:52 +0000)
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 <adg@golang.org>
doc/go1.5.html

index aede24747d497b0fedb49ddce80ab6a667a2dec3..a7ff7e57e46e2f87c221442ccc2f325b66b080d6 100644 (file)
@@ -876,7 +876,7 @@ described above.
 </li>
 
 <li>
-Also in the <a href="/pkg/fmt/"><code>fmt</code></a> package,
+In the <a href="/pkg/fmt/"><code>fmt</code></a> package,
 a value of type <a href="/pkg/reflect/#Value"><code>Value</code></a> now
 prints what it holds, rather than use the <code>reflect.Value</code>'s <code>Stringer</code>
 method, which produces things like <code>&lt;int Value&gt;</code>.