summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>