Skip to content

Commit d1fa587

Browse files
committed
doc/go1.10: fix HTML start tag
Change-Id: I33f14ea1d58e18081bae3f16c87d11312249c842 Reviewed-on: https://go-review.googlesource.com/82835 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent b9ba337 commit d1fa587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/go1.10.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h3 id="build">Build &amp; Install</h3>
150150
</p>
151151

152152
<p>
153-
The <code>go</code>&nbsp;</code>install</code> command now installs only the
153+
The <code>go</code>&nbsp;<code>install</code> command now installs only the
154154
packages and commands listed directly on the command line.
155155
For example, <code>go</code> <code>install</code> <code>cmd/gofmt</code>
156156
installs the gofmt program but not any of the packages on which it depends.

0 commit comments

Comments
 (0)