1
0
mirror of https://github.com/golang/go synced 2024-09-24 05:20:13 -06:00

doc: fix typo in install-source.html

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/13892043
This commit is contained in:
Andrew Gerrand 2013-09-25 14:27:23 +10:00
parent b3caa86f91
commit bc5e77fef9

View File

@ -223,7 +223,7 @@ set up a work environment in which to build and test Go code.
<h2 id="tools">Install additional tools</h2>
<p>
The source code for seeral Go tools (including <a href="/cmd/godoc/">godoc</a>)
The source code for several Go tools (including <a href="/cmd/godoc/">godoc</a>)
is kept in <a href="https://code.google.com/p/go.tools">the go.tools repository</a>.
To install all of them, run the <code>go</code> <code>get</code> command:
</p>