]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.11: add missing word
authorAlberto Donizetti <alb.donizetti@gmail.com>
Mon, 30 Jul 2018 09:24:09 +0000 (11:24 +0200)
committerAndrew Bonventre <andybons@golang.org>
Mon, 30 Jul 2018 14:44:47 +0000 (14:44 +0000)
Change-Id: Iad01c9a4a080cf0c317768c34b3fbfd3c9707969
Reviewed-on: https://go-review.googlesource.com/126609
Reviewed-by: Andrew Bonventre <andybons@golang.org>
doc/go1.11.html

index f372f6676dd5809d4d40c8d5c461031bd8ad5fe5..361a81cdb056dc90177c1508ff7be6b5073097dd 100644 (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.