]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix a sentence position.
authorRyuji Iwata <qt.luigi@gmail.com>
Sat, 25 Nov 2017 09:09:54 +0000 (18:09 +0900)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 25 Nov 2017 17:06:50 +0000 (17:06 +0000)
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 <bradfitz@golang.org>
doc/docs.html

index f34e2e596e7550f5e2e2ebd57345f4292812a8f5..21a9a63d51c01d57949d0511c0fbf440f57b5934 100644 (file)
@@ -49,10 +49,10 @@ Each section concludes with a few exercises so you can practice what you've
 learned. You can {{if not $.GoogleCN}}<a href="//tour.golang.org/">take the tour
 online</a> or{{end}} install it locally with:
 </p>
-<p>
 <pre>
 $ go get golang.org/x/tour/gotour
 </pre>
+<p>
 This will place the <code>gotour</code> binary in your workspace's <code>bin</code> directory.
 </p>