aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jim_tcl.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/jim_tcl.txt b/jim_tcl.txt
index 58fefd3..0bc1a46 100644
--- a/jim_tcl.txt
+++ b/jim_tcl.txt
@@ -2065,7 +2065,7 @@ If +'n'+ is given it breaks out of +'n-1'+ loops and then continues the +'nth'+
curry
~~~~~
-+*alias* 'args\...'+
++*curry* 'args\...'+
Similar to `alias` except it creates an anonymous procedure (lambda) instead of
a named procedure.