]> Cypherpunks repositories - gostls13.git/commitdiff
doc/play: revise peano.go comment again.
authorDavid Symonds <dsymonds@golang.org>
Fri, 12 Dec 2014 00:38:07 +0000 (11:38 +1100)
committerDavid Symonds <dsymonds@golang.org>
Fri, 12 Dec 2014 01:40:04 +0000 (01:40 +0000)
Change-Id: I412358e99301d1c9603960fd34601dae60fca3cb
Reviewed-on: https://go-review.googlesource.com/1400
Reviewed-by: Rob Pike <r@golang.org>
doc/play/peano.go

index 31619b1b1ce78908fc1c48e3ca4218e539dd36e7..214fe1b6133db13558172e1740d8b7547beee464 100644 (file)
@@ -3,9 +3,9 @@
 // (the nodes are the data).
 // http://en.wikipedia.org/wiki/Peano_axioms
 
-// This program demonstrates the effectiveness
-// of the Go runtime's dynamically growing
-// stacks for heavily recursive computations.
+// This program demonstrates that Go's automatic
+// stack management can handle heavily recursive
+// computations.
 
 package main