From 95ae85fb821671c49847a2d1d41f972b905f171b Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 30 Oct 2013 09:39:20 -0700 Subject: [PATCH] doc/go1.2.html: delete repeated word TBR=rsc R=golang-dev CC=golang-dev https://golang.org/cl/19840043 --- doc/go1.2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.50.0