1
0
mirror of https://github.com/golang/go synced 2024-09-24 09:20:15 -06:00

doc/go1.html: style tweak for expvar notes.

R=r
CC=golang-dev
https://golang.org/cl/5608061
This commit is contained in:
David Symonds 2012-02-04 21:55:38 +11:00
parent ebd9f236de
commit 2943ca6b35
2 changed files with 2 additions and 2 deletions

View File

@ -927,7 +927,7 @@ and
<p>
<em>Updating</em>:
Most code using <code>expvar</code> will not need changing. The rare code that used
<code>Iter</code> can be updated to pass a closure to Do to achieve the same effect.
<code>Iter</code> can be updated to pass a closure to <code>Do</code> to achieve the same effect.
</p>
<h3 id="flag">The flag package</h3>

View File

@ -831,7 +831,7 @@ and
<p>
<em>Updating</em>:
Most code using <code>expvar</code> will not need changing. The rare code that used
<code>Iter</code> can be updated to pass a closure to Do to achieve the same effect.
<code>Iter</code> can be updated to pass a closure to <code>Do</code> to achieve the same effect.
</p>
<h3 id="flag">The flag package</h3>