aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2023-07-17 10:39:00 -0400
committerGopher Robot <gobot@golang.org>2023-07-17 15:27:39 +0000
commitc3458e35f4166473053dadeb645130b118c43ce7 (patch)
tree4b2f16a2fdc4ada306ff787b7d31e2cbd0566794
parentfe5af1532ab9c749d880c05e0ffe0e17bf874d7f (diff)
downloadgo-c3458e35f4166473053dadeb645130b118c43ce7.tar.gz
go-c3458e35f4166473053dadeb645130b118c43ce7.zip
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 <austin@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com> TryBot-Bypass: Austin Clements <austin@google.com>
-rw-r--r--doc/go1.21.html2
1 files changed, 1 insertions, 1 deletions
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.
<h2 id="linker">Linker</h2>
<p><!-- https://go.dev/issue/57302, CL 461749, CL 457455 -->
- 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.
</p>