From: David Symonds Date: Sat, 4 Feb 2012 10:55:38 +0000 (+1100) Subject: doc/go1.html: style tweak for expvar notes. X-Git-Tag: weekly.2012-02-07~65 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2943ca6b35fe5355d2ce7210f8473f4dcd3f8c9f;p=gostls13.git doc/go1.html: style tweak for expvar notes. R=r CC=golang-dev https://golang.org/cl/5608061 --- diff --git a/doc/go1.html b/doc/go1.html index 3f72831b05..59ff009642 100644 --- a/doc/go1.html +++ b/doc/go1.html @@ -927,7 +927,7 @@ and

Updating: Most code using expvar will not need changing. The rare code that used -Iter can be updated to pass a closure to Do to achieve the same effect. +Iter can be updated to pass a closure to Do to achieve the same effect.

The flag package

diff --git a/doc/go1.tmpl b/doc/go1.tmpl index c4f486bac3..d43ebf7a68 100644 --- a/doc/go1.tmpl +++ b/doc/go1.tmpl @@ -831,7 +831,7 @@ and

Updating: Most code using expvar will not need changing. The rare code that used -Iter can be updated to pass a closure to Do to achieve the same effect. +Iter can be updated to pass a closure to Do to achieve the same effect.

The flag package