From: Scott Lawrence Date: Sun, 22 Aug 2010 04:44:00 +0000 (+1000) Subject: http: fix typo in http.Request documentation X-Git-Tag: weekly.2010-08-25~20 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e5518feaf8536073372eab601cf20ad4e11c93c8;p=gostls13.git http: fix typo in http.Request documentation R=golang-dev, r CC=golang-dev https://golang.org/cl/2004044 --- diff --git a/src/pkg/http/request.go b/src/pkg/http/request.go index b5d6ac1061..590b9cbe8f 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 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