From c52e26e323def3b48f7cb1ef4d3012f207def9f4 Mon Sep 17 00:00:00 2001
From: Ryuji Iwata
Date: Sat, 25 Nov 2017 18:09:54 +0900
Subject: [PATCH] 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
---
doc/docs.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/docs.html b/doc/docs.html
index f34e2e596e7..21a9a63d51c 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.