Commit 82d1c2a8 authored by Dmitri Shuralyov's avatar Dmitri Shuralyov Committed by Brad Fitzpatrick

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/120057Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent f451a318
...@@ -55,7 +55,7 @@ Do not send CLs removing the interior tags from such phrases. ...@@ -55,7 +55,7 @@ Do not send CLs removing the interior tags from such phrases.
<h3 id="wasm">WebAssembly</h3> <h3 id="wasm">WebAssembly</h3>
<p> <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> </p>
<h2 id="library">Core library</h2> <h2 id="library">Core library</h2>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment