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