From 17f7461ed66bbc66fef02ef7ca6901d116b6ff3d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 1 Jun 2016 21:09:58 -0700 Subject: [PATCH] doc/go1.7.html: fix spelling of cancelation We say "cancelation," not "cancellation." Fixes #15928. Change-Id: I66d545404665948a27281133cb9050eebf1debbb Reviewed-on: https://go-review.googlesource.com/23673 Reviewed-by: Ian Lance Taylor --- doc/go1.7.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.7.html b/doc/go1.7.html index 9ee377ec8f..37e1e56d24 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -362,7 +362,7 @@ packages.

Go 1.7 moves the golang.org/x/net/context package into the standard library as context. -This allows the use of contexts for cancellation, timeouts, and passing +This allows the use of contexts for cancelation, timeouts, and passing request-scoped data in other standard library packages, including net, -- 2.50.0