From: Alberto Donizetti Date: Wed, 18 Jul 2018 08:53:44 +0000 (+0200) Subject: doc/go1.11: add space in Go version name X-Git-Tag: go1.11beta2~53 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bd9a0185d2c1cca6190bff5d89ec931bd80213e5;p=gostls13.git doc/go1.11: add space in Go version name Missed in CL 124516. Change-Id: I6488196c8392987d69eca832ab4969aaafe1a26c Reviewed-on: https://go-review.googlesource.com/124658 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.11.html b/doc/go1.11.html index e417bbf1be..79bc1a4fe8 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -275,7 +275,7 @@ func f(v interface{}) { before running, tests that do not typecheck will now fail. In particular, tests that contain an unused variable inside a - closure compiled with Go1.10, because the Go compiler incorrectly + closure compiled with Go 1.10, because the Go compiler incorrectly accepted them (Issue #3059), but will now fail, since go/types correctly reports an "unused variable" error in this case.