Skip to content

Commit 99ee4b2

Browse files
authored
Typo (#154)
Thanks for such a great book, found a small typo.
1 parent af6c605 commit 99ee4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/06_ticket_management/07_combinators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Combinators
22

33
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
4+
If you look at the documentation for the `Iterator` trait, you'll find a **vast** collection of
55
methods that you can leverage to transform, filter, and combine iterators in various ways.
66

77
Let's mention the most common ones:

0 commit comments

Comments
 (0)