From 87300fd04068c4144f2b1cc6a26ce34155d60d8c Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Fri, 10 Jul 2020 13:05:46 -0500 Subject: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3