doc: s/tool chain/toolchain/

We were not being consistent.
Standardize on toolchain.

Change-Id: Id0e756b5214ce4a1341f733634ed95263f03a61c
Reviewed-on: https://go-review.googlesource.com/87017
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Russ Cox 2018-01-09 15:26:21 -05:00
parent dd806b8be4
commit b6c871a2af
9 changed files with 23 additions and 23 deletions

View File

@ -191,7 +191,7 @@ For details and background, see
<p>
Finally, the Go toolchain (compilers, linkers, build tools, and so
on) are under active development and may change behavior. This
on) is under active development and may change behavior. This
means, for instance, that scripts that depend on the location and
properties of the tools may be broken by a point release.
</p>