aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2019-06-25 14:57:50 -0400
committerDmitri Shuralyov <dmitshur@golang.org>2019-06-25 19:10:58 +0000
commitfa0537b8af25530506c9b57348a032607c29c5b7 (patch)
tree9563a2827c2b33ed7c8437f4716698d7a8960ee9
parent53a42d3c4a61d79415ceabc97ae77690cad79067 (diff)
downloadgo-fa0537b8af25530506c9b57348a032607c29c5b7.tar.gz
go-fa0537b8af25530506c9b57348a032607c29c5b7.zip
doc/go1.13: close <em> and <code> tags
Fixup for two typos from CL 183630. Change-Id: I7968a736680e8a6bbd1f4691d443b217702bc190 Reviewed-on: https://go-review.googlesource.com/c/go/+/183843 Reviewed-by: Bryan C. Mills <bcmills@google.com>
-rw-r--r--doc/go1.13.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/go1.13.html b/doc/go1.13.html
index fb9ea42429..a1584f99da 100644
--- a/doc/go1.13.html
+++ b/doc/go1.13.html
@@ -270,7 +270,7 @@ go env -w GOSUMDB=off
Additionally, the <code>go</code> <code>get</code> subcommand now supports
the <code>-t</code> flag in module-aware mode. As in GOPATH mode,
the <code>-t</code> flag instructs <code>go</code> <code>get</code> to include
- the packages imported by <em>tests of<em> the packages named on the command
+ the packages imported by <em>tests of</em> the packages named on the command
line. If the <code>-t</code> flag is set, the packages imported by tests will
be updated (if the <code>-u</code> flag is set), downloaded, and built (unless
the <code>-d</code> flag is set) along with the usual non-test packages.
@@ -312,7 +312,7 @@ go env -w GOSUMDB=off
<a href="/cmd/go/#hdr-The_main_module_and_the_build_list">main module</a> uses
an invalid pseudo-version, it can usually be corrected by redacting the
version to just the commit hash and re-running a <code>go</code> command, such
- as <code>go</coqde> <code>list</code> <code>-m</code> <code>all</code>
+ as <code>go</code> <code>list</code> <code>-m</code> <code>all</code>
or <code>go</code> <code>mod</code> <code>tidy</code>. For example,
</p>
<pre>require github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c</pre>