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