1
0
mirror of https://github.com/golang/go synced 2024-11-22 12:24:47 -07:00

http: fix typo in http.Request documentation

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/2004044
This commit is contained in:
Scott Lawrence 2010-08-22 14:44:00 +10:00 committed by Rob Pike
parent c560c8a9c3
commit e5518feaf8

View File

@ -71,7 +71,7 @@ type Request struct {
ProtoMajor int // 1 ProtoMajor int // 1
ProtoMinor int // 0 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 // If the header says
// //
// accept-encoding: gzip, deflate // accept-encoding: gzip, deflate