mirror of
https://github.com/golang/go
synced 2024-11-11 19:21:37 -07:00
doc/go1.17: fix typo "MacOS" -> "macOS"
This commit is contained in:
parent
fd4b587da3
commit
462753db01
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user