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.
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.