diff --git a/doc/go1.17.html b/doc/go1.17.html index 22896c8c273..3551ba46c8c 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -401,7 +401,7 @@ func Foo() bool {
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 linux/amd64
,
darwin/amd64
, windows/amd64
ports). For a
representative set of Go packages and programs, benchmarking has shown