]> Cypherpunks repositories - gostls13.git/commitdiff
http: doc nit
authorRuss Cox <rsc@golang.org>
Mon, 23 Aug 2010 22:06:28 +0000 (18:06 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 23 Aug 2010 22:06:28 +0000 (18:06 -0400)
R=r
CC=golang-dev
https://golang.org/cl/2013043

src/pkg/http/request.go

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