diff options
-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)) |