We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6c605 commit 99ee4b2Copy full SHA for 99ee4b2
book/src/06_ticket_management/07_combinators.md
@@ -1,7 +1,7 @@
1
# Combinators
2
3
Iterators can do so much more than `for` loops!\
4
-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
5
methods that you can leverage to transform, filter, and combine iterators in various ways.
6
7
Let's mention the most common ones:
0 commit comments