diff --git a/doc/go1.6.html b/doc/go1.6.html index 9f39e7e038..46cbe31ee8 100644 --- a/doc/go1.6.html +++ b/doc/go1.6.html @@ -686,7 +686,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.