aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitri@shuralyov.com>2018-06-20 13:15:44 -0400
committerBrad Fitzpatrick <bradfitz@golang.org>2018-06-22 16:16:26 +0000
commit82d1c2a8aafe68daf2ed66df7422cf173d68e014 (patch)
treebecc5602fab80662eee3f95331d547cae89193de
parentf451a318bbc8f8cc6afb5a6d2dcb2234924b6271 (diff)
downloadgo-82d1c2a8aafe68daf2ed66df7422cf173d68e014.tar.gz
go-82d1c2a8aafe68daf2ed66df7422cf173d68e014.zip
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>
-rw-r--r--doc/go1.11.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.11.html b/doc/go1.11.html
index 4eb4c42abe..5e0a0673bd 100644
--- a/doc/go1.11.html
+++ b/doc/go1.11.html
@@ -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>