Index: library/nx/class-method.tcl =================================================================== diff -u -r471c9589c601e576f2bc5f3e2dd4c554a0ceee1c -r275da34d3d7a874a451eced58242b738c8a37d1a --- library/nx/class-method.tcl (.../class-method.tcl) (revision 471c9589c601e576f2bc5f3e2dd4c554a0ceee1c) +++ library/nx/class-method.tcl (.../class-method.tcl) (revision 275da34d3d7a874a451eced58242b738c8a37d1a) @@ -9,7 +9,7 @@ # nx::Class create C { # :public object method foo args {....} # :object property p:integer -# :object mixin add M +# :object mixins add M # #... # puts [:info object methods] # } @@ -21,7 +21,7 @@ # nx::Object create o { # :public class method foo args {....} # :class property p:integer -# :class mixin add M +# :class mixins add M # #... # puts [:class info methods] # } @@ -71,10 +71,10 @@ # foreach m { alias - filter + filters forward method - mixin + mixins property variable } { @@ -153,4 +153,4 @@ return $result } } -} \ No newline at end of file +}