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
1 changed files with 1 additions and 1 deletions

View File

@ -686,7 +686,7 @@ and
<li> <li>
Also in the <a href="/pkg/net/http/"><code>net/http</code></a> package, 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. <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> An empty <code>Method</code> field has always been documented as an alias for <code>"GET"</code>
and it remains so. and it remains so.