From cca7ab1d5f1d41c88ca56d9b07b1ad1e337bdced Mon Sep 17 00:00:00 2001 From: Go101 <22589241+go101@users.noreply.github.com> Date: Wed, 19 Sep 2018 08:47:04 -0400 Subject: [PATCH] Updated WebAssembly (markdown) --- WebAssembly.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebAssembly.md b/WebAssembly.md index 714b8076..bfe2d00f 100644 --- a/WebAssembly.md +++ b/WebAssembly.md @@ -6,7 +6,7 @@ WebAssembly is described on its [home page](https://webassembly.org) as: This page will be updated over time with more information relevant to Go's support for WebAssembly. -**NOTE:** if you ever set the `GOROOT` environment variable to the path of an earlier Go SDK version other than the version of the `go` command, please unset this environment variable to problems in the following tutorial. +**NOTE:** if you ever set the `GOROOT` environment variable to the path of an earlier Go SDK version other than the version of the `go` command, please unset this environment variable to avoid problems in the following tutorial. # Example