From e5518feaf8536073372eab601cf20ad4e11c93c8 Mon Sep 17 00:00:00 2001 From: Scott Lawrence Date: Sun, 22 Aug 2010 14:44:00 +1000 Subject: [PATCH] http: fix typo in http.Request documentation R=golang-dev, r CC=golang-dev https://golang.org/cl/2004044 --- src/pkg/http/request.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0