diff options
-rw-r--r-- | gtwiwtg.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtwiwtg.lisp b/gtwiwtg.lisp index 10eb1ab..43e0274 100644 --- a/gtwiwtg.lisp +++ b/gtwiwtg.lisp @@ -409,7 +409,7 @@ Error Condition: (stop gen))))) -(defun inflate! (fn gen &key extra-cleaup) +(defun inflate! (fn gen &key extra-cleanup) "FN is expected to be a function that accepts elements of GEN and returns a new generator. |