]> Cypherpunks repositories - gostls13.git/commitdiff
doc/play: update obsolete comment in peano.go.
authorDavid Symonds <dsymonds@golang.org>
Thu, 11 Dec 2014 10:54:20 +0000 (21:54 +1100)
committerDavid Symonds <dsymonds@golang.org>
Thu, 11 Dec 2014 23:23:30 +0000 (23:23 +0000)
Change-Id: Ibecc2ef1e70c927c325c48bc381091f52c09da85
Reviewed-on: https://go-review.googlesource.com/1355
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
doc/play/peano.go

index c1ee5ad45d1422fb1db5146c83214a3da6c41bba..31619b1b1ce78908fc1c48e3ca4218e539dd36e7 100644 (file)
@@ -3,9 +3,9 @@
 // (the nodes are the data).
 // http://en.wikipedia.org/wiki/Peano_axioms
 
-// This program demonstrates the power of Go's
-// segmented stacks when doing massively
-// recursive computations.
+// This program demonstrates the effectiveness
+// of the Go runtime's dynamically growing
+// stacks for heavily recursive computations.
 
 package main