Commit e5518fea authored by Scott Lawrence's avatar Scott Lawrence Committed by Rob Pike

http: fix typo in http.Request documentation

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/2004044
parent c560c8a9
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment