We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cbef04 + f539c41 commit ff207b7Copy full SHA for ff207b7
src/doc/trpl/iterators.md
@@ -42,7 +42,7 @@ loop is just a handy way to write this `loop`/`match`/`break` construct.
42
`for` loops aren't the only thing that uses iterators, however. Writing your
43
own iterator involves implementing the `Iterator` trait. While doing that is
44
outside of the scope of this guide, Rust provides a number of useful iterators
45
-to accomplish various threads. Before we talk about those, we should talk about a
+to accomplish various tasks. Before we talk about those, we should talk about a
46
Rust anti-pattern. And that's using ranges like this.
47
48
Yes, we just talked about how ranges are cool. But ranges are also very
0 commit comments