diff options
author | Colin Okay <cbeok@protonmail.com> | 2020-07-10 09:14:15 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-07-10 09:14:15 -0500 |
commit | 6989701ce4d04f4a2964271054ef6ff70c564b5d (patch) | |
tree | 4c8b8ed66a73b95a88bd29586c5604f2c686d815 | |
parent | c939383fb79b69b31879143c83fb44b4dc13b266 (diff) |
typo
-rw-r--r-- | gtwiwtg.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtwiwtg.lisp b/gtwiwtg.lisp index 1505486..aef78cd 100644 --- a/gtwiwtg.lisp +++ b/gtwiwtg.lisp @@ -22,7 +22,7 @@ ((dirty-p :accessor dirty-p :initform nil - :documentation "Indicates whether or not any this generator has + :documentation "Indicates whether or not this generator has generated any values yet, or if it should behave as if it has.") (stopped-p :accessor stopped-p |