From da43976c8bd1fd86332c2401956c0b66c19282f0 Mon Sep 17 00:00:00 2001 From: David Symonds Date: Thu, 11 Dec 2014 21:54:20 +1100 Subject: [PATCH] doc/play: update obsolete comment in peano.go. Change-Id: Ibecc2ef1e70c927c325c48bc381091f52c09da85 Reviewed-on: https://go-review.googlesource.com/1355 Reviewed-by: Russ Cox Reviewed-by: Minux Ma Reviewed-by: Andrew Gerrand --- doc/play/peano.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/play/peano.go b/doc/play/peano.go index c1ee5ad45d..31619b1b1c 100644 --- a/doc/play/peano.go +++ b/doc/play/peano.go @@ -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 -- 2.50.0