Index: doc/Object.man =================================================================== diff -u -r13008ce9ab831186804cdd3e3e095a3ae22fd1c4 -r9e77e28f32aff89005d6ee28c16d1a496b4865fd --- doc/Object.man (.../Object.man) (revision 13008ce9ab831186804cdd3e3e095a3ae22fd1c4) +++ doc/Object.man (.../Object.man) (revision 9e77e28f32aff89005d6ee28c16d1a496b4865fd) @@ -765,9 +765,9 @@ Objects are naturally recursive, with methods of an object [const ::obj] frequently invoking other methods in the same object [const ::obj] and -accessing its [const ::obj]'s object variables. To represent these +accessing [const ::obj]'s object variables. To represent these self-references effectively in method bodies, and dependening on the -usage scenario, NX offers two alternative notations: one based on a +usage scenario, NX offers two alternative notations for self-references: one based on a special-purpose syntax token ("colon prefix"), the other based on the command [cmd nx::current].