diff --git a/doc/go1.6.html b/doc/go1.6.html index 69a7fab27b..3dee58fb2d 100644 --- a/doc/go1.6.html +++ b/doc/go1.6.html @@ -33,7 +33,7 @@ We expect almost all Go programs to continue to compile and run as before.
The release adds new ports to Linux on 64-bit MIPS and Android on 32-bit x86; defined and enforced rules for sharing Go pointers with C; -transparent, automatic support for HTTP/2; +transparent, automatic support for HTTP/2; and a new mechanism for template reuse.
@@ -258,7 +258,7 @@ to implementations of theGo 1.6 adds transparent support in the @@ -697,7 +697,7 @@ and
net/http package,
-there are a few change related to the handling of a
+there are a few changes related to the handling of a
Request data structure with its Method field set to the empty string.
An empty Method field has always been documented as an alias for "GET"
and it remains so.