1
0
mirror of https://github.com/golang/go synced 2024-11-11 18:51:37 -07:00

doc: fix typo in go1.6.html

Change-Id: I7405cf6f65bccbb07a27f2dc2e3802cab591e296
Reviewed-on: https://go-review.googlesource.com/18030
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Emmanuel Odeke 2015-12-17 18:07:01 -07:00 committed by Brad Fitzpatrick
parent ebf64bcc24
commit 90a6893573

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