]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.11: clarify GOOS/GOARCH pair of WebAssembly port
authorDmitri Shuralyov <dmitri@shuralyov.com>
Wed, 20 Jun 2018 17:15:44 +0000 (13:15 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 22 Jun 2018 16:16:26 +0000 (16:16 +0000)
It's more common to specify GOOS/GOARCH values in that order,
rather than the inverse. Fix the order.

Updates #18892.

Change-Id: I8551508599e019f6617dc007397b562c9926418d
Reviewed-on: https://go-review.googlesource.com/120057
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.11.html

index 4eb4c42abe683fbced7190c22e8bb89fa4caa5c1..5e0a0673bdd2be67ebaca8a09ce98b7be44d01f1 100644 (file)
@@ -55,7 +55,7 @@ Do not send CLs removing the interior tags from such phrases.
 
 <h3 id="wasm">WebAssembly</h3>
 <p>
-  Go 1.11 adds an experimental port to WebAssembly (<code>wasm/js</code>).
+  Go 1.11 adds an experimental port to WebAssembly (<code>js/wasm</code>).
 </p>
 
 <h2 id="library">Core library</h2>