]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.12: fix GOARCH value in Syscall18 link
authorTobias Klauser <tklauser@distanz.ch>
Thu, 20 Dec 2018 08:38:37 +0000 (09:38 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Thu, 20 Dec 2018 15:53:53 +0000 (15:53 +0000)
Currently the link works also with the non-existing GOARCH armd64, but
let's correct in anyhow.

Change-Id: Ida647b8f9dd2f8460b019f5a23759f10a6da8e60
Reviewed-on: https://go-review.googlesource.com/c/155277
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.12.html

index 0aee382aebb1a339cc8b809f6c2d8c05458b1e0d..356f678cbdab825f5db7c1421aeb102aa9dcf5bd 100644 (file)
@@ -738,7 +738,7 @@ for {
     </p>
 
     <p><!-- CL 147117 -->
-      The new function  <a href="/pkg/syscall/?GOOS=windows&GOARCH=armd64#Syscall18"><code>Syscall18</code></a>
+      The new function  <a href="/pkg/syscall/?GOOS=windows&GOARCH=amd64#Syscall18"><code>Syscall18</code></a>
       has been introduced for Windows, allowing for calls with up to 18 arguments.
     </p>