aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLevi(リーバイ) <19405788+lescoggi@users.noreply.github.com>2021-06-29 12:45:52 +0000
committerDmitri Shuralyov <dmitshur@golang.org>2021-06-29 19:30:24 +0000
commite294b8a49e5ff157041b4ac6c3c3413dafd13673 (patch)
treeb6e427ca7d339d22587b3a1f7030f559748f058e /doc
parent3463852b7631adbdd65646539fc87d967dcd13e6 (diff)
downloadgo-e294b8a49e5ff157041b4ac6c3c3413dafd13673.tar.gz
go-e294b8a49e5ff157041b4ac6c3c3413dafd13673.zip
doc/go1.17: fix typo "MacOS" -> "macOS"
Change-Id: Ie2ada2bf875a93b1cc9e86a81c8a25de39ce4752 GitHub-Last-Rev: 462753db015949eb88c6c4e64b6aae1a49ac89b4 GitHub-Pull-Request: golang/go#46962 Reviewed-on: https://go-review.googlesource.com/c/go/+/331589 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
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 22896c8c27..3551ba46c8 100644
--- a/doc/go1.17.html
+++ b/doc/go1.17.html
@@ -401,7 +401,7 @@ func Foo() bool {
<p><!-- golang.org/issue/40724 -->
Go 1.17 implements a new way of passing function arguments and results using
- 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>,
<code>darwin/amd64</code>, <code>windows/amd64</code> ports). For a
representative set of Go packages and programs, benchmarking has shown