]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.2.html: delete repeated word
authorRob Pike <r@golang.org>
Wed, 30 Oct 2013 16:39:20 +0000 (09:39 -0700)
committerRob Pike <r@golang.org>
Wed, 30 Oct 2013 16:39:20 +0000 (09:39 -0700)
TBR=rsc

R=golang-dev
CC=golang-dev
https://golang.org/cl/19840043

doc/go1.2.html

index 67291e388a42a76897fc90a65224b50d84cf94c2..718904520534841e999a5e2ace93bf8ae3c6585c 100644 (file)
@@ -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>