From: Andrew Gerrand Date: Fri, 1 Nov 2013 00:33:51 +0000 (+1100) Subject: [release-branch.go1.2] doc/go1.2.html: delete repeated word X-Git-Tag: go1.2rc3~2 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1d78c868971effacde64e9c9a8d1ae1bea13be17;p=gostls13.git [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://golang.org/cl/19840043 »»» R=golang-dev CC=golang-dev https://golang.org/cl/20240044 --- diff --git a/doc/go1.2.html b/doc/go1.2.html index 67291e388a..7189045205 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

Updating: 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.