From 61a04474e265151500148172f0bee1e5381e6fbf Mon Sep 17 00:00:00 2001
From: Austin Clements
Date: Tue, 17 Jul 2018 17:27:26 -0400
Subject: [PATCH] doc/go1.11: fix some typos
Change-Id: I3c0cb9b56776d8cc78a96ef012385c31f9f0e146
Reviewed-on: https://go-review.googlesource.com/124516
Reviewed-by: Austin Clements
---
doc/go1.11.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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
--
2.50.0