Index: library/xotcl/doc/tutorial.html =================================================================== diff -u -r27e11788125901ff468955117d165f70d3871ce0 -rd168a26bce713de8daa5bbe79d740926e961c5bc --- library/xotcl/doc/tutorial.html (.../tutorial.html) (revision 27e11788125901ff468955117d165f70d3871ce0) +++ library/xotcl/doc/tutorial.html (.../tutorial.html) (revision d168a26bce713de8daa5bbe79d740926e961c5bc) @@ -1337,7 +1337,7 @@
Resembling to objects, information on classes may be gained through the info instance method of the meta-class Class. Note that this instance method does not -only support the class info options, but also the object info options, +only support the class info options, but also the class-object info options, since the accessing command refers to the class-object, which itself is an object and, therefore, offers its informations. The following table summarizes the additional info options available on classes. @@ -2550,7 +2550,7 @@
It returns the list of all mix-ins of the object, if pattern -is not specified, otherwise it returns the matching per object mixin classes. +is not specified, otherwise it returns the matching per class-object mixin classes.
The inverse operation of info mixin is mixinof finds