1
0
mirror of https://github.com/golang/go synced 2024-09-23 13:10:13 -06:00

doc/go1.17: fix typo "MacOS" -> "macOS"

This commit is contained in:
Levi(リーバイ) 2021-06-29 21:40:07 +09:00 committed by GitHub
parent fd4b587da3
commit 462753db01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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