From c3458e35f4166473053dadeb645130b118c43ce7 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Mon, 17 Jul 2023 10:39:00 -0400 Subject: [PATCH] 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 --- doc/go1.21.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.21.html b/doc/go1.21.html index 6c58cb05902..e4145467a69 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.