diff --git a/doc/go1.7.html b/doc/go1.7.html index 3410f417e4..2b0f01d8fb 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -43,7 +43,7 @@ includes the context package, promoted from the and now used in the standard library; and adds support in the testing package for creating hierarchies of tests and benchmarks. -The release also finalizes the vendoring support +The release also finalizes the vendoring support started in Go 1.5, making it a standard feature.

@@ -394,9 +394,9 @@ This allows the use of contexts for cancelation, timeouts, and passing request-scoped data in other standard library packages, including net, -net/http, +net/http, and -os/exec, +os/exec, as noted below.