From 9e0f3a14591586fcfd876d7801b5f3e4fc1998b5 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 2 Dec 2016 06:49:17 +0000 Subject: [PATCH] doc: correct the number of changes to the language in go1.8.html And link it. Change-Id: Ic0105468435299fb1638f86522f4f3ce417ec1c2 Reviewed-on: https://go-review.googlesource.com/33871 Reviewed-by: Ian Lance Taylor --- doc/go1.8.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.8.html b/doc/go1.8.html index 244e8cc8ca..906efe4f7e 100644 --- a/doc/go1.8.html +++ b/doc/go1.8.html @@ -25,7 +25,7 @@ release notes. Go 1.8 is expected to be released in February 2017.

The latest Go release, version 1.8, arrives six months after Go 1.7. Most of its changes are in the implementation of the toolchain, runtime, and libraries. -There is one minor change to the language specification. +There are two minor changes to the language specification. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before.

-- 2.50.0