Commit 61a04474 authored by Austin Clements's avatar Austin Clements

doc/go1.11: fix some typos

Change-Id: I3c0cb9b56776d8cc78a96ef012385c31f9f0e146
Reviewed-on: https://go-review.googlesource.com/124516Reviewed-by: default avatarAustin Clements <austin@google.com>
parent 94081192
...@@ -136,13 +136,13 @@ Do not send CLs removing the interior tags from such phrases. ...@@ -136,13 +136,13 @@ Do not send CLs removing the interior tags from such phrases.
custom GOPATH trees by other means. custom GOPATH trees by other means.
</p> </p>
<h3 id="gopackages">Package loading</h2> <h3 id="gopackages">Package loading</h3>
<p> <p>
TODO: Note about go/build versus golang.org/x/tools/go/packages. TODO: Note about go/build versus golang.org/x/tools/go/packages.
</p> </p>
<h3 id="gocache">Build cache requirement</h2> <h3 id="gocache">Build cache requirement</h3>
<p> <p>
Go 1.11 will be the last release to support setting the environment 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. ...@@ -162,7 +162,7 @@ Do not send CLs removing the interior tags from such phrases.
<h3 id="test">Test</h3> <h3 id="test">Test</h3>
<p> <p>
Since Go1.10, the <code>go</code>&nbsp;<code>test</code> command runs Since Go 1.10, the <code>go</code>&nbsp;<code>test</code> command runs
<code>go</code>&nbsp;<code>vet</code> on the package being tested, <code>go</code>&nbsp;<code>vet</code> on the package being tested,
to identify problems before running the test. Since <code>vet</code> to identify problems before running the test. Since <code>vet</code>
typechecks the code with <a href="/pkg/go/types/">go/types</a> typechecks the code with <a href="/pkg/go/types/">go/types</a>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment