From aa3357109ef24e272df115ac468acdc566520910 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 6c58cb05902b31..e4145467a69d6a 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -328,7 +328,7 @@

Assembler

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.