From a87ec8fe08601b86f7d0c60e4b39d5971e4ae49f Mon Sep 17 00:00:00 2001 From: dkf Date: Tue, 18 Aug 2015 12:50:08 +0000 Subject: [2c509f6291] Minor documentation correction from Peter Lewerin. --- doc/my.n | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/my.n b/doc/my.n index b91bc9a0..2a9769b 100644 --- a/doc/my.n +++ b/doc/my.n @@ -37,7 +37,7 @@ the \fBoo::object\fR class, which is not publicly visible by default: oo::class create c { method count {} { \fBmy\fR variable counter - print [incr counter] + puts [incr counter] } } c create o -- cgit v0.12