]> Cypherpunks repositories - gostls13.git/commitdiff
net/http: fix doc typo
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 5 Feb 2016 15:05:35 +0000 (15:05 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 5 Feb 2016 17:06:51 +0000 (17:06 +0000)
Change-Id: I93201fa4152f2d60b3eedb8d321a152819033121
Reviewed-on: https://go-review.googlesource.com/19270
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/http/request.go

index 03f3e2b9747cf2cd5feeb15d6c75cfb50b2bfa11..8cdab02af5a057ca0382fcb17034a4086547a421 100644 (file)
@@ -165,7 +165,7 @@ type Request struct {
        // For server requests, the HTTP server handles this automatically
        // and this field is not needed by Handlers.
        //
-       // The client requests, setting this field prevents re-use of
+       // For client requests, setting this field prevents re-use of
        // TCP connections between requests to the same hosts, as if
        // Transport.DisableKeepAlives were set.
        Close bool