projects
/
rust_exercises.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af6c605
)
Typo (#154)
author
David Parra
<davidc.parrar@gmail.com>
Sun, 22 Sep 2024 06:12:14 +0000
(
01:12
-0500)
committer
GitHub
<noreply@github.com>
Sun, 22 Sep 2024 06:12:14 +0000
(08:12 +0200)
Thanks for such a great book, found a small typo.
book/src/06_ticket_management/07_combinators.md
patch
|
blob
|
history
diff --git
a/book/src/06_ticket_management/07_combinators.md
b/book/src/06_ticket_management/07_combinators.md
index
2c8101d
..
0b9afe5
100644
(file)
--- a/
book/src/06_ticket_management/07_combinators.md
+++ b/
book/src/06_ticket_management/07_combinators.md
@@
-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** collection
s
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: