aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoryangwenmai <yangwen.yw@gmail.com>2021-06-17 07:01:16 +0800
committerIan Lance Taylor <iant@golang.org>2021-06-17 02:42:36 +0000
commit881b6ea7baaa38f54a1dbd989fd21a638d0e118d (patch)
tree2773805ef8a20bc5408dbd2afaf627e8ec04756d /doc
parent0e67ce3d28320e816dd8e7cf7d701c1804fb977e (diff)
downloadgo-881b6ea7baaa38f54a1dbd989fd21a638d0e118d.tar.gz
go-881b6ea7baaa38f54a1dbd989fd21a638d0e118d.zip
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.17.html2
1 files changed, 1 insertions, 1 deletions
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 <code>linux/amd64</code>,
<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
of about 2%.
</p>