Commit dfc7304d authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

net/http: fix name of result parameter in a comment

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/6632053
parent 24ab448c
......@@ -96,7 +96,7 @@ type readClose struct {
//
// When err is nil, resp always contains a non-nil resp.Body.
//
// Callers should close res.Body when done reading from it. If
// Callers should close resp.Body when done reading from it. If
// resp.Body is not closed, the Client's underlying RoundTripper
// (typically Transport) may not be able to re-use a persistent TCP
// connection to the server for a subsequent "keep-alive" request.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment