summaryrefslogtreecommitdiff
path: root/doc/articles
diff options
context:
space:
mode:
authorOling Cat <olingcat@gmail.com>2013-01-08 09:49:38 -0800
committerOling Cat <olingcat@gmail.com>2013-01-08 09:49:38 -0800
commitb31a5797eca1580c44bd27d96f25878fa595eb5d (patch)
treed1d223375f7f982f23c09e34a351c7465e265efb /doc/articles
parentbb059500e9966a95ea9b5caa12fdab0d5d2ccde3 (diff)
downloadgo-b31a5797eca1580c44bd27d96f25878fa595eb5d.tar.gz
doc/articles/go_command: remove an extra word.
R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/7061051 Committer: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'doc/articles')
-rw-r--r--doc/articles/go_command.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/articles/go_command.html b/doc/articles/go_command.html
index 1e9e70fd8..e72e7acd8 100644
--- a/doc/articles/go_command.html
+++ b/doc/articles/go_command.html
@@ -50,7 +50,7 @@ most other languages. Over the last few years we consistently reminded people
about the <code>goinstall</code> command
(now replaced by <a href="/cmd/go/#Download_and_install_packages_and_dependencies"><code>go get</code></a>)
and its conventions: first, that the import path is derived in a known way from
-the URL of the source code; second, that that the place to store the sources in
+the URL of the source code; second, that the place to store the sources in
the local file system is derived in a known way from the import path; third,
that each directory in a source tree corresponds to a single package; and
fourth, that the package is built using only information in the source code.