From: Ryuji Iwata Date: Sat, 25 Nov 2017 09:09:54 +0000 (+0900) Subject: doc: fix a sentence position. X-Git-Tag: go1.10beta1~144 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c52e26e323def3b48f7cb1ef4d3012f207def9f4;p=gostls13.git doc: fix a sentence position. Only a last sentence of A Tour of Go is shifting to the left. I fixed a HTML tag order according to other sentences it. Change-Id: I6a301178d15db893f596b8da80a4d98721160386 Reviewed-on: https://go-review.googlesource.com/79856 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/docs.html b/doc/docs.html index f34e2e596e..21a9a63d51 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -49,10 +49,10 @@ Each section concludes with a few exercises so you can practice what you've learned. You can {{if not $.GoogleCN}}take the tour online or{{end}} install it locally with:

-

 $ go get golang.org/x/tour/gotour
 
+

This will place the gotour binary in your workspace's bin directory.