From 8c4ba45c94578592b9cc4849b4f7372dd80b2ed6 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Thu, 13 Aug 2020 09:55:54 -0500 Subject: bugfix --- anaphora.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anaphora.lisp b/anaphora.lisp index 13bb980..ac99056 100644 --- a/anaphora.lisp +++ b/anaphora.lisp @@ -23,4 +23,4 @@ Example: 45 " - `(fold (acc ,init) (it ,expr) ,update)) + `(fold (acc ,init) (it ,generator) ,update)) -- cgit v1.2.3