This is an automated email from the ASF dual-hosted git repository. mxmanghi pushed a commit to branch quattuor in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git
commit becbef060f7ae29ac7cd0185689c04d26a3f4d9a Author: Massimo Manghi <mxman...@apache.org> AuthorDate: Wed May 1 01:44:40 2024 +0200 comment rewording --- rivet/init.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rivet/init.tcl b/rivet/init.tcl index f3b5a90..e797a24 100644 --- a/rivet/init.tcl +++ b/rivet/init.tcl @@ -235,8 +235,8 @@ proc ::Rivet::tcl_commands_export_list {tclpath} { variable auto_index array set auto_index {} - # the auto_index in ${tclpath}/tclIndex is loaded - # this array is used to fetch a list of Rivet commands + # The auto_index in ${tclpath}/tclIndex is loaded. + # This array is used to fetch a list of Rivet commands # implemented in Rivet set dir $tclpath --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org