Skip to content

Commit

Permalink
doc/play: update obsolete comment in peano.go.
Browse files Browse the repository at this point in the history
Change-Id: Ibecc2ef1e70c927c325c48bc381091f52c09da85
Reviewed-on: https://go-review.googlesource.com/1355
Reviewed-by: Russ Cox <[email protected]>
Reviewed-by: Minux Ma <[email protected]>
Reviewed-by: Andrew Gerrand <[email protected]>
  • Loading branch information
dsymonds committed Dec 11, 2014
1 parent 3fa5d3a commit da43976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/play/peano.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit da43976

Please sign in to comment.