]> Cypherpunks repositories - gostls13.git/commit
net/http: fix minor typos in Request godoc
authorIvy Evans <ivy@ivyevans.net>
Thu, 13 Sep 2018 02:16:27 +0000 (02:16 +0000)
committerEmmanuel Odeke <emm.odeke@gmail.com>
Tue, 18 Sep 2018 08:48:52 +0000 (08:48 +0000)
commitc381ba86572f568a6d6dccd1b8a6bd583955dc69
tree5cf8ec75bec713b47217637b151812f949d4e764
parent0a8720580983c3a39c6c46fe08a2136a04bc118f
net/http: fix minor typos in Request godoc

Fixes missing commas where it wasn't immediately apparent whether
"requests" was being used as a verb or a noun.

Change-Id: Ic8c99b4f46475f40a6160d26a3cd11c215940dd5
GitHub-Last-Rev: 1becf6fabeb6f928e37526e96297dd60397ccf9b
GitHub-Pull-Request: golang/go#27649
Reviewed-on: https://go-review.googlesource.com/135135
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
src/net/http/request.go