Skip to content

Commit

Permalink
Rollup merge of rust-lang#25397 - dreid:patch-2, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed May 14, 2015
2 parents 0cbef04 + f539c41 commit ff207b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/iterators.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ loop is just a handy way to write this `loop`/`match`/`break` construct.
`for` loops aren't the only thing that uses iterators, however. Writing your
own iterator involves implementing the `Iterator` trait. While doing that is
outside of the scope of this guide, Rust provides a number of useful iterators
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
Rust anti-pattern. And that's using ranges like this.

Yes, we just talked about how ranges are cool. But ranges are also very
Expand Down

0 comments on commit ff207b7

Please sign in to comment.