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