aboutsummaryrefslogtreecommitdiff
path: root/hofs.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'hofs.lisp')
-rw-r--r--hofs.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hofs.lisp b/hofs.lisp
index 7eb1d51..71720ec 100644
--- a/hofs.lisp
+++ b/hofs.lisp
@@ -2,7 +2,7 @@
(in-package :lambda-riffs)
-(defun labmda-if (pred then &optional (else (constantly nil)))
+(defun lambda-if (pred then &optional (else (constantly nil)))
"Returns a function that applies PRED and conditionally executes
THEN when PRED returned non-nil or otherwise executes ELSE. Each of
PRED, THEN, and ELSE are assumed to accept the same arguments."