mirror of
https://github.com/golang/go
synced 2024-11-23 05:00:07 -07:00
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 <adg@golang.org>
This commit is contained in:
parent
9e88f79d32
commit
f4b4c881cb
@ -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><int Value></code>.
|
||||
|
Loading…
Reference in New Issue
Block a user