1
0
mirror of https://github.com/golang/go synced 2024-11-22 22:30:02 -07:00

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>
This commit is contained in:
Austin Clements 2023-07-17 10:39:00 -04:00 committed by Gopher Robot
parent fe5af1532a
commit c3458e35f4

View File

@ -328,7 +328,7 @@ Do not send CLs removing the interior tags from such phrases.
<h2 id="linker">Linker</h2> <h2 id="linker">Linker</h2>
<p><!-- https://go.dev/issue/57302, CL 461749, CL 457455 --> <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 SEH unwinding data by default, which improves the integration
of Go applications with Windows debuggers and other tools. of Go applications with Windows debuggers and other tools.
</p> </p>