mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00: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:
parent
0e67ce3d28
commit
881b6ea7ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue