Skip to content

Commit

Permalink
doc/go1.11: clarify GOOS/GOARCH pair of WebAssembly port
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dmitshur authored and bradfitz committed Jun 22, 2018
1 parent f451a31 commit 82d1c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/go1.11.html
Expand Up @@ -55,7 +55,7 @@ <h2 id="ports">Ports</h2>

<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>
Expand Down

0 comments on commit 82d1c2a

Please sign in to comment.