1
0
mirror of https://github.com/golang/go synced 2024-11-26 16:16:57 -07:00

doc/go1.11: clarify GOOS/GOARCH pair of WebAssembly port

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>
This commit is contained in:
Dmitri Shuralyov 2018-06-20 13:15:44 -04:00 committed by Brad Fitzpatrick
parent f451a318bb
commit 82d1c2a8aa

View 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>