From 82d1c2a8aafe68daf2ed66df7422cf173d68e014 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Wed, 20 Jun 2018 13:15:44 -0400 Subject: [PATCH] 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 --- doc/go1.11.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.11.html b/doc/go1.11.html index 4eb4c42abe683..5e0a0673bdd2b 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -55,7 +55,7 @@

Ports

WebAssembly

- Go 1.11 adds an experimental port to WebAssembly (wasm/js). + Go 1.11 adds an experimental port to WebAssembly (js/wasm).

Core library