From 86f907fdecbf0bdf5d97070205b7c965e3ab2b9b Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Mon, 30 Jul 2018 11:24:09 +0200 Subject: [PATCH] doc/go1.11: add missing word Change-Id: Iad01c9a4a080cf0c317768c34b3fbfd3c9707969 Reviewed-on: https://go-review.googlesource.com/126609 Reviewed-by: Andrew Bonventre --- doc/go1.11.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.11.html b/doc/go1.11.html index f372f6676dd..361a81cdb05 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.