diff options
author | Colin Okay <cbeok@protonmail.com> | 2020-07-15 09:08:02 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-07-15 09:08:02 -0500 |
commit | 63c5598b3de4b9aace0ad9f5a130a1dcc38c1132 (patch) | |
tree | 85d0535a8c22f6e15d9f3f6ae181213700294935 | |
parent | 72a6cd14e7111e8aa35556269f81309360baf03f (diff) |
typo
-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. |