]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.html: style tweak for expvar notes.
authorDavid Symonds <dsymonds@golang.org>
Sat, 4 Feb 2012 10:55:38 +0000 (21:55 +1100)
committerDavid Symonds <dsymonds@golang.org>
Sat, 4 Feb 2012 10:55:38 +0000 (21:55 +1100)
R=r
CC=golang-dev
https://golang.org/cl/5608061

doc/go1.html
doc/go1.tmpl

index 3f72831b057ecb340f395ba76f5d71c712a8c2d4..59ff0096428ef0e36cc155ed2dd250aaf61f1132 100644 (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>
index c4f486bac301666511fde4f196a080bcd7df3cec..d43ebf7a686b612b6fecdbefe941ac17ba6fd38c 100644 (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>