Skip to content

Commit ac5655e

Browse files
committed
blog: follow-up to comments missed in go1.11.article
Change-Id: I58eb8d1eed4e03696929c3b6f9e6d6217380c9bc Reviewed-on: https://go-review.googlesource.com/131341 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 2030872 commit ac5655e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/go1.11.article

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Module support is considered experimental, and there are still a few rough edges
1919
Go 1.11 also adds an experimental port to [[https://golang.org/doc/go1.11#wasm][WebAssembly]] (`js/wasm`).
2020
This allows programmers to compile Go programs to a binary format compatible with four major web browsers.
2121
You can read more about WebAssembly (abbreviated “Wasm”) at [[https://webassembly.org/][webassembly.org]] and see [[https://golang.org/wiki/WebAssembly][this wiki page]] on how to get started with using Wasm with Go.
22-
Special thanks to [[https://github.com/neelance][Richard Musiol]] who led the effort.
22+
Special thanks to [[https://github.com/neelance][Richard Musiol]] for contributing the WebAssembly port!
2323

24-
We want to thank everyone who contributed to this release by writing code, filing bugs, providing feedback, and/or testing the betas and release candidates.
24+
We also want to thank everyone who contributed to this release by writing code, filing bugs, providing feedback, and/or testing the betas and release candidates.
2525
Your contributions and diligence helped to ensure that Go 1.11 is as bug-free as possible.
2626
That said, if you do notice any problems, please [[https://golang.org/issues/new][file an issue]].
2727

0 commit comments

Comments
 (0)