From d0459447fa1a464459e49469b63e47d2a75018e8 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 23 Aug 2010 18:06:28 -0400 Subject: [PATCH] http: doc nit R=r CC=golang-dev https://golang.org/cl/2013043 --- 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 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 -- 2.50.0