net/http, net/http/httputil: start with capitals in deprecation sentences

Fixes #15139

Change-Id: I73111137907e612af871b77ccf166572bf78c840
Reviewed-on: https://go-review.googlesource.com/21544
Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
Brad Fitzpatrick 2016-04-05 20:01:50 +00:00
parent 5ba797bd18
commit cb284313f7
2 changed files with 6 additions and 6 deletions

View file

@ -249,7 +249,7 @@ type Request struct {
//
// For server requests, this field is not applicable.
//
// Deprecated: use the Context and WithContext methods
// Deprecated: Use the Context and WithContext methods
// instead. If a Request's Cancel field and context are both
// set, it is undefined whether Cancel is respected.
Cancel <-chan struct{}