aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2016-03-25 22:31:46 +1000
committerSteve Bennett <steveb@workware.net.au>2016-03-27 11:01:48 +1000
commitbdaf3ab542ffebc9121378e1dd9644196a4ad4a8 (patch)
tree523aefa9464940eb68e309e0d045889fe3b19065
parent45c9e90f3956ae5b8e561be046153bcb6ffc0985 (diff)
downloadjimtcl-bdaf3ab542ffebc9121378e1dd9644196a4ad4a8.zip
jimtcl-bdaf3ab542ffebc9121378e1dd9644196a4ad4a8.tar.gz
jimtcl-bdaf3ab542ffebc9121378e1dd9644196a4ad4a8.tar.bz2
docs: minor clarification
Signed-off-by: Steve Bennett <steveb@workware.net.au>
-rw-r--r--jim_tcl.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/jim_tcl.txt b/jim_tcl.txt
index 087ac4a..e555464 100644
--- a/jim_tcl.txt
+++ b/jim_tcl.txt
@@ -3326,7 +3326,7 @@ proc
The `proc` command creates a new Tcl command procedure, +'name'+.
When the new command is invoked, the contents of +'body'+ will be executed.
Tcl interpreter. +'args'+ specifies the formal arguments to the procedure.
-If specified, +'static'+, declares static variables which are bound to the
+If specified, +'statics'+, declares static variables which are bound to the
procedure.
See PROCEDURES for detailed information about Tcl procedures.