diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-08 10:14:49 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-08 10:14:49 (GMT) |
commit | bb301497259b4fb0ecb9404eccb0e75bedc31ecf (patch) | |
tree | f86a1e9094f58df1a28bf376dba5a5952f13cecb /doc/singleton.n | |
parent | 47065f7efad81935a19ea8d1c5c54c36c835d8c6 (diff) | |
download | tcl-bb301497259b4fb0ecb9404eccb0e75bedc31ecf.zip tcl-bb301497259b4fb0ecb9404eccb0e75bedc31ecf.tar.gz tcl-bb301497259b4fb0ecb9404eccb0e75bedc31ecf.tar.bz2 |
TIP #590 follow-up: Adapt documentation and tclStubLib.c
Diffstat (limited to 'doc/singleton.n')
-rw-r--r-- | doc/singleton.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/singleton.n b/doc/singleton.n index 568a8bd..3ccbdd3 100644 --- a/doc/singleton.n +++ b/doc/singleton.n @@ -12,7 +12,7 @@ oo::singleton \- a class that does only allows one instance of itself .SH SYNOPSIS .nf -package require TclOO +package require tcl::oo \fBoo::singleton\fI method \fR?\fIarg ...\fR? .fi |