From ad720049ec1ae3536d64fbb4c80a79e65ba5af39 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Sat, 13 May 2023 15:34:30 +1000 Subject: docs: minor fix for curry Signed-off-by: Steve Bennett --- jim_tcl.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.1