]> Cypherpunks.ru repositories - gostls13.git/commitdiff
doc/go1.21: use consistent capitalization for amd64
authorAustin Clements <austin@google.com>
Mon, 17 Jul 2023 14:39:00 +0000 (10:39 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 17 Jul 2023 15:27:39 +0000 (15:27 +0000)
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>

doc/go1.21.html

index 6c58cb05902b313c5ef6c170bea29bb8967c2623..e4145467a69d6a3faf8650ad0f838ad808cd2c25 100644 (file)
@@ -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>