Index: doc/example-scripts/traits-simple.tcl =================================================================== diff -u -rf858f142f5fab4f88996b3eb709c3afa55114be9 -r2872e1f0a6523c7fb44952492e05414c4f8d9c84 --- doc/example-scripts/traits-simple.tcl (.../traits-simple.tcl) (revision f858f142f5fab4f88996b3eb709c3afa55114be9) +++ doc/example-scripts/traits-simple.tcl (.../traits-simple.tcl) (revision 2872e1f0a6523c7fb44952492e05414c4f8d9c84) @@ -50,7 +50,7 @@ nx::Class create ReadStream { :property {collection ""} - :property {position 0} + :property -accessor public {position 0} :require trait tReadStream }