diff options
| author | Russ Cox <rsc@golang.org> | 2010-08-23 18:06:28 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2010-08-23 18:06:28 -0400 |
| commit | d0459447fa1a464459e49469b63e47d2a75018e8 (patch) | |
| tree | f0543561ad3988387de42b95e08e844268c9c901 /src/pkg/http/request.go | |
| parent | 96cbdd62b68d597d6c7ef0c3ef771331be76a550 (diff) | |
| download | go-d0459447fa1a464459e49469b63e47d2a75018e8.tar.xz | |
http: doc nit
R=r
CC=golang-dev
https://golang.org/cl/2013043
Diffstat (limited to 'src/pkg/http/request.go')
| -rw-r--r-- | src/pkg/http/request.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/http/request.go b/src/pkg/http/request.go index 590b9cbe8f..76ed05706b 100644 --- a/src/pkg/http/request.go +++ b/src/pkg/http/request.go @@ -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 |
