diff --git a/doc/go1.2.html b/doc/go1.2.html
index fc3947598f..1fe616a6d3 100644
--- a/doc/go1.2.html
+++ b/doc/go1.2.html
@@ -633,11 +633,11 @@ if it is nil, Floyd-Steinberg error diffusion is used.
Copy method of the
+The Copy method of the
io package now prioritizes its
arguments differently.
If one argument implements WriterTo
-and the other implements iReaderFrom,
+and the other implements ReaderFrom,
Copy will now invoke
WriterTo to do the work,
so that less intermediate buffering is required in general.
@@ -647,6 +647,13 @@ so that less intermediate buffering is required in general.
net: TODO new build tag netgo for building a pure Go net package (CL 7100050).
net package adds a new field
+DualStack to the Dialer
+struct for TCP connection setup using a dual IP stack as described in
+RFC 6555.
+