]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix typo in go1.6.html
authorEmmanuel Odeke <emm.odeke@gmail.com>
Fri, 18 Dec 2015 01:07:01 +0000 (18:07 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 18 Dec 2015 01:23:00 +0000 (01:23 +0000)
Change-Id: I7405cf6f65bccbb07a27f2dc2e3802cab591e296
Reviewed-on: https://go-review.googlesource.com/18030
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.6.html

index 9f39e7e0389f4753d67fa7e2aa5a84b6f073da78..46cbe31ee8e876d5963dd02765eccf485519a7c2 100644 (file)
@@ -686,7 +686,7 @@ and
 
 <li>
 Also in the <a href="/pkg/net/http/"><code>net/http</code></a> package,
-there are a few change related to the handling of a
+there are a few changes related to the handling of a
 <a href="/pkg/http/#Request"><code>Request</code></a> data structure with its <code>Method</code> field set to the empty string.
 An empty <code>Method</code> field has always been documented as an alias for <code>"GET"</code>
 and it remains so.