From ad28ea4487f05916463e2423a55166280e8254b5 Mon Sep 17 00:00:00 2001 From: vishalnayak Date: Thu, 7 Apr 2016 13:41:26 -0400 Subject: [PATCH] Comment correction --- cleanhttp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cleanhttp.go b/cleanhttp.go index 84b22c9..f4596d8 100644 --- a/cleanhttp.go +++ b/cleanhttp.go @@ -43,7 +43,7 @@ func DefaultClient() *http.Client { } // DefaultPooledClient returns a new http.Client with the same default values -// as http.Client, but with a non-shared Transport. Do not use this function +// as http.Client, but with a shared Transport. Do not use this function // for transient clients as it can leak file descriptors over time. Only use // this for clients that will be re-used for the same host(s). func DefaultPooledClient() *http.Client {