Skip to content

Commit

Permalink
doc/go1.21: use consistent capitalization for amd64
Browse files Browse the repository at this point in the history
Fixes golang#61388

Change-Id: I173498b57081aacf772f0d3a9ce0a76ed7b19385
Reviewed-on: https://go-review.googlesource.com/c/go/+/510295
Auto-Submit: Austin Clements <[email protected]>
Reviewed-by: Cherry Mui <[email protected]>
TryBot-Bypass: Austin Clements <[email protected]>
  • Loading branch information
aclements authored and bradfitz committed Aug 2, 2023
1 parent f3bfad7 commit aa33571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/go1.21.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ <h2 id="assembler">Assembler</h2>
<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>
Expand Down

0 comments on commit aa33571

Please sign in to comment.