]> Cypherpunks repositories - gostls13.git/commitdiff
http: fix typo in http.Request documentation
authorScott Lawrence <bytbox@gmail.com>
Sun, 22 Aug 2010 04:44:00 +0000 (14:44 +1000)
committerRob Pike <r@golang.org>
Sun, 22 Aug 2010 04:44:00 +0000 (14:44 +1000)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/2004044

src/pkg/http/request.go

index b5d6ac10613e2bb43321d5261717dc6af8bf1da3..590b9cbe8fbd175069baddc3353ca6df8ffd732e 100644 (file)
@@ -71,7 +71,7 @@ type Request struct {
        ProtoMajor int    // 1
        ProtoMinor int    // 0
 
-       // A header mapping request lines to their values.
+       // A header is a mapping of request lines to their values.
        // If the header says
        //
        //      accept-encoding: gzip, deflate