]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.17: fix redundant space
authoryangwenmai <yangwen.yw@gmail.com>
Wed, 16 Jun 2021 23:01:16 +0000 (07:01 +0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 17 Jun 2021 02:42:36 +0000 (02:42 +0000)
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>
doc/go1.17.html

index 75c05c9e2551486b3d9026d5648ebf3faaa4a3b9..f8d7aad0348cf589b8706f47ce4eec2224623222 100644 (file)
@@ -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>