1
0
mirror of https://github.com/golang/go synced 2024-11-26 18:06:55 -07:00

doc/go1.11: add missing word

Change-Id: Iad01c9a4a080cf0c317768c34b3fbfd3c9707969
Reviewed-on: https://go-review.googlesource.com/126609
Reviewed-by: Andrew Bonventre <andybons@golang.org>
This commit is contained in:
Alberto Donizetti 2018-07-30 11:24:09 +02:00 committed by Andrew Bonventre
parent 12d27d8ea5
commit 86f907fdec

View File

@ -645,7 +645,7 @@ for k := range m {
<dl id="net/http"><dt><a href="/pkg/net/http/">net/http</a></dt>
<dd>
<p><!-- CL 71272 -->
The <a href="/pkg/net/http/#Transport"><code>Transport</code></a> has a
The <a href="/pkg/net/http/#Transport"><code>Transport</code></a> type has a
new <a href="/pkg/net/http/#Transport.MaxConnsPerHost"><code>MaxConnsPerHost</code></a>
option that permits limiting the maximum number of connections
per host.