]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.11: add space in Go version name
authorAlberto Donizetti <alb.donizetti@gmail.com>
Wed, 18 Jul 2018 08:53:44 +0000 (10:53 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 18 Jul 2018 14:56:41 +0000 (14:56 +0000)
Missed in CL 124516.

Change-Id: I6488196c8392987d69eca832ab4969aaafe1a26c
Reviewed-on: https://go-review.googlesource.com/124658
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.11.html

index e417bbf1be41e54146d24f99b0c3b1decd9a3ac5..79bc1a4fe835568209813f2ba2ce7bf7791ed13b 100644 (file)
@@ -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 (<a href="https://golang.org/issues/3059">Issue #3059</a>),
   but will now fail, since <code>go/types</code> correctly reports an
   "unused variable" error in this case.