From: Austin Clements Date: Mon, 17 Jul 2023 14:39:00 +0000 (-0400) Subject: doc/go1.21: use consistent capitalization for amd64 X-Git-Tag: go1.21rc4~19^2~5 X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=c3458e35f4166473053dadeb645130b118c43ce7;p=gostls13.git doc/go1.21: use consistent capitalization for amd64 Fixes #61388 Change-Id: I173498b57081aacf772f0d3a9ce0a76ed7b19385 Reviewed-on: https://go-review.googlesource.com/c/go/+/510295 Auto-Submit: Austin Clements Reviewed-by: Cherry Mui TryBot-Bypass: Austin Clements --- diff --git a/doc/go1.21.html b/doc/go1.21.html index 6c58cb0590..e4145467a6 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -328,7 +328,7 @@ Do not send CLs removing the interior tags from such phrases.

Linker

- On Windows AMD64, the linker (with help from the compiler) now emits + On windows/amd64, the linker (with help from the compiler) now emits SEH unwinding data by default, which improves the integration of Go applications with Windows debuggers and other tools.