Skip to content

Commit

Permalink
Comment correction
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnayak committed Apr 7, 2016
1 parent 875fb67 commit ad28ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleanhttp.go
Expand Up @@ -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 {
Expand Down

0 comments on commit ad28ea4

Please sign in to comment.