Commit afc28902 authored by David Symonds's avatar David Symonds

doc/play: revise peano.go comment again.

Change-Id: I412358e99301d1c9603960fd34601dae60fca3cb
Reviewed-on: https://go-review.googlesource.com/1400Reviewed-by: 's avatarRob Pike <r@golang.org>
parent 5de497bc
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
// (the nodes are the data). // (the nodes are the data).
// http://en.wikipedia.org/wiki/Peano_axioms // http://en.wikipedia.org/wiki/Peano_axioms
// This program demonstrates the effectiveness // This program demonstrates that Go's automatic
// of the Go runtime's dynamically growing // stack management can handle heavily recursive
// stacks for heavily recursive computations. // computations.
package main 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