From: Austin Clements
Date: Tue, 17 Jul 2018 21:27:26 +0000 (-0400)
Subject: doc/go1.11: fix some typos
X-Git-Tag: go1.11beta2~69
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=61a04474e265151500148172f0bee1e5381e6fbf;p=gostls13.git
doc/go1.11: fix some typos
Change-Id: I3c0cb9b56776d8cc78a96ef012385c31f9f0e146
Reviewed-on: https://go-review.googlesource.com/124516
Reviewed-by: Austin Clements
---
diff --git a/doc/go1.11.html b/doc/go1.11.html
index a18dbd17c7..7cdfebb706 100644
--- a/doc/go1.11.html
+++ b/doc/go1.11.html
@@ -136,13 +136,13 @@ Do not send CLs removing the interior tags from such phrases.
custom GOPATH trees by other means.
-Package loading
+Package loading
TODO: Note about go/build versus golang.org/x/tools/go/packages.
-Build cache requirement
+Build cache requirement
Go 1.11 will be the last release to support setting the environment
@@ -162,7 +162,7 @@ Do not send CLs removing the interior tags from such phrases.
Test
- Since Go1.10, the go
test
command runs
+ Since Go 1.10, the go
test
command runs
go
vet
on the package being tested,
to identify problems before running the test. Since vet
typechecks the code with go/types