Commit f03f0cba authored by Rob Pike's avatar Rob Pike

doc/go1.4.html: rewrite first sentence to make it clearer

The grammar was atrocious, probably the victim of an editing error.

LGTM=bradfitz
R=bradfitz
CC=golang-codereviews
https://golang.org/cl/178910043
parent 55f19ed8
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
<h2 id="introduction">Introduction to Go 1.4</h2> <h2 id="introduction">Introduction to Go 1.4</h2>
<p> <p>
The latest Go release, version 1.4, arrives as scheduled six months after 1.3 The latest Go release, version 1.4, arrives as scheduled six months after 1.3.
and contains only one tiny language change, It contains only one tiny language change,
a possibly breaking change to the compiler, in the form of a backwards-compatible simple variant of <code>for</code>-<code>range</code> loop,
a backwards-compatible simple form of <code>for</code>-<code>range</code> loop. and a possibly breaking change to the compiler involving methods on pointers-to-pointers.
The release focuses primarily on implementation work, improving the garbage collector The release focuses primarily on implementation work, improving the garbage collector
and preparing the ground for a fully concurrent collector to be rolled out in the and preparing the ground for a fully concurrent collector to be rolled out in the
next few releases. next few releases.
...@@ -20,7 +20,7 @@ this release therefore eliminates the notorious "hot stack split" problem. ...@@ -20,7 +20,7 @@ this release therefore eliminates the notorious "hot stack split" problem.
There are some new tools available including support in the <code>go</code> command There are some new tools available including support in the <code>go</code> command
for build-time source code generation. for build-time source code generation.
The release also adds support for ARM processors on Android and Native Client (NaCl) The release also adds support for ARM processors on Android and Native Client (NaCl)
and AMD64 on Plan 9. and for AMD64 on Plan 9.
As always, Go 1.4 keeps the <a href="/doc/go1compat.html">promise As always, Go 1.4 keeps the <a href="/doc/go1compat.html">promise
of compatibility</a>, of compatibility</a>,
and almost everything and almost everything
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment