Skip to content

Commit

Permalink
auto merge of #12183 : SimonSapin/rust/patch-4, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Feb 11, 2014
2 parents be3cbcb + de6ed9c commit 2ab248a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/iter.rs
Expand Up @@ -59,7 +59,7 @@ This `for` loop syntax can be applied to any iterator over any type.
## Iteration protocol and more
More detailed information about iterators can be found in the [container
tutorial](http://static.rust-lang.org/doc/master/tutorial-container.html) with
guide](http://static.rust-lang.org/doc/master/guide-container.html) with
the rest of the rust manuals.
*/
Expand Down

0 comments on commit 2ab248a

Please sign in to comment.