diff options
author | Colin Okay <cbeok@protonmail.com> | 2020-07-10 13:05:46 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-07-10 13:05:46 -0500 |
commit | 87300fd04068c4144f2b1cc6a26ce34155d60d8c (patch) | |
tree | 38a3a83d17de0008896de2f3778bee5058f8b123 | |
parent | c6dcaada5a94d9cf2a056543b3591ff2de6209b5 (diff) |
typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |