aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-07-10 13:05:46 -0500
committerColin Okay <cbeok@protonmail.com>2020-07-10 13:05:46 -0500
commit87300fd04068c4144f2b1cc6a26ce34155d60d8c (patch)
tree38a3a83d17de0008896de2f3778bee5058f8b123
parentc6dcaada5a94d9cf2a056543b3591ff2de6209b5 (diff)
typo
-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