diff --git a/doc/go1.20.html b/doc/go1.20.html index 9f506134e6..aec3e25285 100644 --- a/doc/go1.20.html +++ b/doc/go1.20.html @@ -292,7 +292,7 @@ Do not send CLs removing the interior tags from such phrases.

The runtime now has experimental support for memory-safe arena allocation that makes it possible to eagerly free memory in bulk. - When used appopriately, it has the potential to improve CPU performance by + When used appropriately, it has the potential to improve CPU performance by up to 15% in memory-allocation-heavy applications. To try it out, build your Go program with GOEXPERIMENT=arenas, which will make the arena package visible to your program. @@ -381,7 +381,7 @@ Do not send CLs removing the interior tags from such phrases. $HOME/go1.4 (%HOMEDRIVE%%HOMEPATH%\go1.4 on Windows). Go 1.18 and Go 1.19 looked first for $HOME/go1.17 or $HOME/sdk/go1.17 before falling back to $HOME/go1.4, - in ancitipation of requiring Go 1.17 for use when bootstrapping Go 1.20. + in anticipation of requiring Go 1.17 for use when bootstrapping Go 1.20. Go 1.20 does require a Go 1.17 release for bootstrapping, but we realized that we should adopt the latest point release of the bootstrap toolchain, so it requires Go 1.17.13. Go 1.20 looks for $HOME/go1.17.13 or $HOME/sdk/go1.17.13