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