Skip to content

Commit 32cf985

Browse files
bradfitzrsc
authored andcommitted
doc: change go1.6 http heading
Reapply golang.org/cl/17918 Change-Id: I0df40585cdd4dae8d365ed9860a81e0cb23f21b9 Reviewed-on: https://go-review.googlesource.com/18032 Reviewed-by: Russ Cox <[email protected]>
1 parent f40c05e commit 32cf985

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/go1.6.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h2 id="introduction">Introduction to Go 1.6</h2>
3333
<p>
3434
The release adds new ports to <a href="#ports">Linux on 64-bit MIPS and Android on 32-bit x86</a>;
3535
defined and enforced <a href="#cgo">rules for sharing Go pointers with C</a>;
36-
transparent, automatic <a href="#http">support for HTTP/2</a>;
36+
transparent, automatic <a href="#http2">support for HTTP/2</a>;
3737
and a new mechanism for <a href="#template">template reuse</a>.
3838
</p>
3939

@@ -258,7 +258,7 @@ <h2 id="performance">Performance</h2>
258258

259259
<h2 id="library">Core library</h2>
260260

261-
<h3 id="http">HTTP</h3>
261+
<h3 id="http2">HTTP/2</h3>
262262

263263
<p>
264264
Go 1.6 adds transparent support in the
@@ -697,7 +697,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
697697

698698
<li>
699699
Also in the <a href="/pkg/net/http/"><code>net/http</code></a> package,
700-
there are a few change related to the handling of a
700+
there are a few changes related to the handling of a
701701
<a href="/pkg/http/#Request"><code>Request</code></a> data structure with its <code>Method</code> field set to the empty string.
702702
An empty <code>Method</code> field has always been documented as an alias for <code>"GET"</code>
703703
and it remains so.

0 commit comments

Comments
 (0)