mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: s/cancelation/cancellation/
Though there is variation in the spelling of canceled, cancellation is always spelled with a double l. Reference: https://www.grammarly.com/blog/canceled-vs-cancelled/ Change-Id: I240f1a297776c8e27e74f3eca566d2bc4c856f2f Reviewed-on: https://go-review.googlesource.com/c/go/+/170060 Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
34b1f21046
commit
5781df421e
22 changed files with 40 additions and 40 deletions
|
|
@ -8,7 +8,7 @@
|
|||
// The sql package must be used in conjunction with a database driver.
|
||||
// See https://golang.org/s/sqldrivers for a list of drivers.
|
||||
//
|
||||
// Drivers that do not support context cancelation will not return until
|
||||
// Drivers that do not support context cancellation will not return until
|
||||
// after the query is completed.
|
||||
//
|
||||
// For usage examples, see the wiki page at
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue