diff options
author | Colin Okay <cbeok@protonmail.com> | 2020-08-13 09:55:54 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-08-13 09:55:54 -0500 |
commit | 8c4ba45c94578592b9cc4849b4f7372dd80b2ed6 (patch) | |
tree | e29bcaaea39d2ecfb40e8cbb1f2ace432e827590 | |
parent | c7cd3b0d58aa0348591c3442cc190a3585141314 (diff) |
bugfix
-rw-r--r-- | anaphora.lisp | 2 |
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)) |