1
0
mirror of https://github.com/golang/go synced 2024-11-26 10:38:07 -07:00

doc/go1.17: fix redundant space

Change-Id: I6fccab7504f928452fbe490ae83e8d4b23a59f06
Reviewed-on: https://go-review.googlesource.com/c/go/+/328849
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
This commit is contained in:
yangwenmai 2021-06-17 07:01:16 +08:00 committed by Ian Lance Taylor
parent 0e67ce3d28
commit 881b6ea7ba

View File

@ -387,7 +387,7 @@ func Foo() bool {
registers instead of the stack. This work is enabled for Linux, MacOS, and registers instead of the stack. This work is enabled for Linux, MacOS, and
Windows on the 64-bit x86 architecture (the <code>linux/amd64</code>, Windows on the 64-bit x86 architecture (the <code>linux/amd64</code>,
<code>darwin/amd64</code>, <code>windows/amd64</code> ports). For a <code>darwin/amd64</code>, <code>windows/amd64</code> ports). For a
representative set of Go packages and programs, benchmarking has shown representative set of Go packages and programs, benchmarking has shown
performance improvements of about 5%, and a typical reduction in binary size performance improvements of about 5%, and a typical reduction in binary size
of about 2%. of about 2%.
</p> </p>