From 9d6c0c3316de67770738ab55eac88b1eb6a0bc4d Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Fri, 28 Oct 2022 10:44:16 -0500 Subject: typo --- hofs.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- cgit v1.2.3