From: Emmanuel Odeke Date: Fri, 18 Dec 2015 01:07:01 +0000 (-0700) Subject: doc: fix typo in go1.6.html X-Git-Tag: go1.6beta2~220 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=90a68935733ef37d41cb520ffeb56f196a356811;p=gostls13.git doc: fix typo in go1.6.html Change-Id: I7405cf6f65bccbb07a27f2dc2e3802cab591e296 Reviewed-on: https://go-review.googlesource.com/18030 Reviewed-by: Brad Fitzpatrick --- 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
  • Also in the 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.