Commit da43976c authored by David Symonds's avatar David Symonds

doc/play: update obsolete comment in peano.go.

Change-Id: Ibecc2ef1e70c927c325c48bc381091f52c09da85
Reviewed-on: https://go-review.googlesource.com/1355Reviewed-by: 's avatarRuss Cox <rsc@golang.org>
Reviewed-by: 's avatarMinux Ma <minux@golang.org>
Reviewed-by: 's avatarAndrew Gerrand <adg@golang.org>
parent 3fa5d3a6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment