Skip to content

Commit

Permalink
[release-branch.go1.9] doc/go1.9: fix typo in Moved GOROOT
Browse files Browse the repository at this point in the history
Change-Id: I71bfff6a3462e6dfd7a65ef76ec56644bae37c34
Reviewed-on: https://go-review.googlesource.com/57272
Reviewed-by: Avelino <t@avelino.xxx>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-on: https://go-review.googlesource.com/58650
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
  • Loading branch information
qt-luigi authored and broady committed Aug 24, 2017
1 parent 9a4e794 commit 867be4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/go1.9.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h3 id="goroot">Moved GOROOT</h3>
was invoked to attempt to locate the root of the Go install tree.
This means that if the entire Go installation is moved to a new
location, the go tool should continue to work as usual.
This may be overriden by setting <code>GOROOT</code> in the environment,
This may be overridden by setting <code>GOROOT</code> in the environment,
which should only be done in unusual circumstances.
Note that this does not affect the result of
the <a href="/pkg/runtime/#GOROOT">runtime.GOROOT</a> function, which
Expand Down

0 comments on commit 867be4c

Please sign in to comment.