aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b140d54..3cf379a 100644
--- a/README.md
+++ b/README.md
@@ -508,7 +508,7 @@ The `pick-out` consumer is interesting enough to see a quick example of:
Generators are subclasses of `gtwiwtg::generator!` that have at least
two methods specialized on them:
-- `(gtwiwtg::next gen)` : advances the generator and its next value
+- `(gtwiwtg::next gen)` : advances the generator and gets its next value
- `(gtwiwtg::nas-next-p gen)` : checks whether or not the generator has a next value
Additionally, if your generator needs to perform cleanup after it is