mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00: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:
parent
c560c8a9c3
commit
e5518feaf8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue