1
0
mirror of https://github.com/golang/go synced 2024-11-26 16:57:14 -07:00

doc/go1.2.html: delete repeated word

TBR=rsc

R=golang-dev
CC=golang-dev
https://golang.org/cl/19840043
This commit is contained in:
Rob Pike 2013-10-30 09:39:20 -07:00
parent 0f706d39d4
commit 95ae85fb82

View 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>