From: yangwenmai Date: Wed, 16 Jun 2021 23:01:16 +0000 (+0800) Subject: doc/go1.17: fix redundant space X-Git-Tag: go1.17rc1~87 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=881b6ea7ba;p=gostls13.git doc/go1.17: fix redundant space Change-Id: I6fccab7504f928452fbe490ae83e8d4b23a59f06 Reviewed-on: https://go-review.googlesource.com/c/go/+/328849 Reviewed-by: Dmitri Shuralyov Reviewed-by: Cherry Mui --- diff --git a/doc/go1.17.html b/doc/go1.17.html index 75c05c9e25..f8d7aad034 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -387,7 +387,7 @@ func Foo() bool { registers instead of the stack. This work is enabled for Linux, MacOS, and Windows on the 64-bit x86 architecture (the linux/amd64, darwin/amd64, windows/amd64 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 of about 2%.