aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/http/request.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-08-23 18:06:28 -0400
committerRuss Cox <rsc@golang.org>2010-08-23 18:06:28 -0400
commitd0459447fa1a464459e49469b63e47d2a75018e8 (patch)
treef0543561ad3988387de42b95e08e844268c9c901 /src/pkg/http/request.go
parent96cbdd62b68d597d6c7ef0c3ef771331be76a550 (diff)
downloadgo-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.go2
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