Skip to content

Commit

Permalink
Typo (#154)
Browse files Browse the repository at this point in the history
Thanks for such a great book, found a small typo.
  • Loading branch information
Davidcparrar authored Sep 22, 2024
1 parent af6c605 commit 99ee4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/06_ticket_management/07_combinators.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Combinators

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.

Let's mention the most common ones:
Expand Down

0 comments on commit 99ee4b2

Please sign in to comment.