mirror of
https://github.com/golang/go
synced 2024-11-21 11:44:43 -07:00
doc/go1.html: style tweak for expvar notes.
R=r CC=golang-dev https://golang.org/cl/5608061
This commit is contained in:
parent
ebd9f236de
commit
2943ca6b35
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user