From 2943ca6b35fe5355d2ce7210f8473f4dcd3f8c9f Mon Sep 17 00:00:00 2001 From: David Symonds Date: Sat, 4 Feb 2012 21:55:38 +1100 Subject: [PATCH] doc/go1.html: style tweak for expvar notes. R=r CC=golang-dev https://golang.org/cl/5608061 --- doc/go1.html | 2 +- doc/go1.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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