Index: library/nx/nx.tcl =================================================================== diff -u -rdbddbce63d4a499de52ff07fdc63c02017960c79 -r5f765b6d8713f416a443cc2367c3a47903cc2f83 --- library/nx/nx.tcl (.../nx.tcl) (revision dbddbce63d4a499de52ff07fdc63c02017960c79) +++ library/nx/nx.tcl (.../nx.tcl) (revision 5f765b6d8713f416a443cc2367c3a47903cc2f83) @@ -103,7 +103,8 @@ # }}} # # @param name The designated identifier on the class or the object to be created. - # @param args Arguments to be passed down to the object creation procedure used to initialize the object. + # @param args arguments to be passed down to the object creation + # procedure used to initialize the object. # @return The name of the created, fully initialized object. # @method ::nx::Class#dealloc