From: Russ Cox Date: Mon, 23 Aug 2010 22:06:28 +0000 (-0400) Subject: http: doc nit X-Git-Tag: weekly.2010-08-25~15 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d0459447fa1a464459e49469b63e47d2a75018e8;p=gostls13.git http: doc nit R=r CC=golang-dev https://golang.org/cl/2013043 --- 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