From 462753db015949eb88c6c4e64b6aae1a49ac89b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Levi=EF=BC=88=E3=83=AA=E3=83=BC=E3=83=90=E3=82=A4=EF=BC=89?= <19405788+lescoggi@users.noreply.github.com> Date: Tue, 29 Jun 2021 21:40:07 +0900 Subject: [PATCH] doc/go1.17: fix typo "MacOS" -> "macOS" --- doc/go1.17.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {

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