From e294b8a49e5ff157041b4ac6c3c3413dafd13673 Mon Sep 17 00:00:00 2001 From: Levi(リーバイ) <19405788+lescoggi@users.noreply.github.com> Date: Tue, 29 Jun 2021 12:45:52 +0000 Subject: 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 Reviewed-by: Dmitri Shuralyov --- doc/go1.17.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3-54-g00ecf