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,