Commit b1dc2c28 authored by Ryuji IWATA's avatar Ryuji IWATA Committed by Ian Lance Taylor

doc/go1.9: fix typo in Moved GOROOT

Change-Id: I71bfff6a3462e6dfd7a65ef76ec56644bae37c34
Reviewed-on: https://go-review.googlesource.com/57272Reviewed-by: default avatarAvelino <t@avelino.xxx>
Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent b3a17812
...@@ -163,7 +163,7 @@ type T1 = T2 ...@@ -163,7 +163,7 @@ type T1 = T2
was invoked to attempt to locate the root of the Go install tree. 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 This means that if the entire Go installation is moved to a new
location, the go tool should continue to work as usual. 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. which should only be done in unusual circumstances.
Note that this does not affect the result of Note that this does not affect the result of
the <a href="/pkg/runtime/#GOROOT">runtime.GOROOT</a> function, which the <a href="/pkg/runtime/#GOROOT">runtime.GOROOT</a> function, which
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment