summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-11-01 11:33:51 +1100
committerAndrew Gerrand <adg@golang.org>2013-11-01 11:33:51 +1100
commit1392b152dcd6ae5a8718de5fb38f13f4cb50f54c (patch)
tree71e26e0dcb06d42286c3ff402308f460f13446f9
parent2ac311b6337839449f6368c55863099ae175cb6e (diff)
downloadgo-1392b152dcd6ae5a8718de5fb38f13f4cb50f54c.tar.gz
[release-branch.go1.2] doc/go1.2.html: delete repeated word
??? CL 19840043 / 938b64b0f608 doc/go1.2.html: delete repeated word TBR=rsc R=golang-dev CC=golang-dev https://codereview.appspot.com/19840043 ??? R=golang-dev CC=golang-dev https://codereview.appspot.com/20240044
-rw-r--r--doc/go1.2.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.2.html b/doc/go1.2.html
index 67291e388..718904520 100644
--- a/doc/go1.2.html
+++ b/doc/go1.2.html
@@ -182,7 +182,7 @@ Before Go 1.2, it was too easy for a runaway recursion to consume all the memory
<p>
<em>Updating</em>:
The increased minimum stack size may cause programs with many goroutines to use
-more memory. There is no workaround, but future plans for future releases
+more memory. There is no workaround, but plans for future releases
include new stack management technology that should address the problem better.
</p>