]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.10: fix HTML start tag
authorTobias Klauser <tklauser@distanz.ch>
Fri, 8 Dec 2017 13:43:40 +0000 (14:43 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Fri, 8 Dec 2017 13:57:22 +0000 (13:57 +0000)
Change-Id: I33f14ea1d58e18081bae3f16c87d11312249c842
Reviewed-on: https://go-review.googlesource.com/82835
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.10.html

index 6dcbffa490c18607d59c4cf25171a357d8f59e30..1644f3cdb2c47b41f006f66bc0a2eb39ec699292 100644 (file)
@@ -150,7 +150,7 @@ For more details, see <a href="TODO"><code>go</code> <code>help</code> <code>cac
 </p>
 
 <p>
-The <code>go</code>&nbsp;</code>install</code> command now installs only the
+The <code>go</code>&nbsp;<code>install</code> command now installs only the
 packages and commands listed directly on the command line.
 For example, <code>go</code> <code>install</code> <code>cmd/gofmt</code>
 installs the gofmt program but not any of the packages on which it depends.