From bc5e77fef9b77d0399fdd1e7a8df7569c9dd8179 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 25 Sep 2013 14:27:23 +1000 Subject: [PATCH] doc: fix typo in install-source.html R=golang-dev, minux.ma CC=golang-dev https://golang.org/cl/13892043 --- doc/install-source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install-source.html b/doc/install-source.html index 3181cd7c9f..9aaf588124 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -223,7 +223,7 @@ set up a work environment in which to build and test Go code.

Install additional tools

-The source code for seeral Go tools (including godoc) +The source code for several Go tools (including godoc) is kept in the go.tools repository. To install all of them, run the go get command:

-- 2.50.0