Index: doc/example-scripts/rosetta-singleton.tcl =================================================================== diff -u -N -rf858f142f5fab4f88996b3eb709c3afa55114be9 -rc8cfa996220d610dd859192551ee70984c57a12e --- doc/example-scripts/rosetta-singleton.tcl (.../rosetta-singleton.tcl) (revision f858f142f5fab4f88996b3eb709c3afa55114be9) +++ doc/example-scripts/rosetta-singleton.tcl (.../rosetta-singleton.tcl) (revision c8cfa996220d610dd859192551ee70984c57a12e) @@ -28,7 +28,7 @@ # === A Singleton Meta-class # # Alternatively, we can follow a more generic approach and define a -# metaclass which allows to define several application classes as +# metaclass which allows one to define several application classes as # singletons. The metaclass has the most general metaclass +nx::Class+ # as superclass. In contrary to the example obove, the +create+ method # is not defined as a class method, but it will be inherited to its