aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-08-13 09:55:54 -0500
committerColin Okay <cbeok@protonmail.com>2020-08-13 09:55:54 -0500
commit8c4ba45c94578592b9cc4849b4f7372dd80b2ed6 (patch)
treee29bcaaea39d2ecfb40e8cbb1f2ace432e827590
parentc7cd3b0d58aa0348591c3442cc190a3585141314 (diff)
bugfix
-rw-r--r--anaphora.lisp2
1 files changed, 1 insertions, 1 deletions
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))