From: Alberto Donizetti Date: Mon, 30 Jul 2018 09:24:09 +0000 (+0200) Subject: doc/go1.11: add missing word X-Git-Tag: go1.11beta3~61 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=86f907fdecbf0bdf5d97070205b7c965e3ab2b9b;p=gostls13.git doc/go1.11: add missing word Change-Id: Iad01c9a4a080cf0c317768c34b3fbfd3c9707969 Reviewed-on: https://go-review.googlesource.com/126609 Reviewed-by: Andrew Bonventre --- diff --git a/doc/go1.11.html b/doc/go1.11.html index f372f6676d..361a81cdb0 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -645,7 +645,7 @@ for k := range m {
net/http

- The Transport has a + The Transport type has a new MaxConnsPerHost option that permits limiting the maximum number of connections per host.