Thanks for such a great book, found a small typo.
This commit is contained in:
David Parra 2024-09-22 01:12:14 -05:00 committed by GitHub
parent af6c605fe6
commit 99ee4b27c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Combinators # Combinators
Iterators can do so much more than `for` loops!\ Iterators can do so much more than `for` loops!\
If you look at the documentation for the `Iterator` trait, you'll find a **vast** collections of If you look at the documentation for the `Iterator` trait, you'll find a **vast** collection of
methods that you can leverage to transform, filter, and combine iterators in various ways. methods that you can leverage to transform, filter, and combine iterators in various ways.
Let's mention the most common ones: Let's mention the most common ones: