Skip to content

Commit 2ab248a

Browse files
committed
auto merge of #12183 : SimonSapin/rust/patch-4, r=alexcrichton
2 parents be3cbcb + de6ed9c commit 2ab248a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/iter.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This `for` loop syntax can be applied to any iterator over any type.
5959
## Iteration protocol and more
6060
6161
More detailed information about iterators can be found in the [container
62-
tutorial](http://static.rust-lang.org/doc/master/tutorial-container.html) with
62+
guide](http://static.rust-lang.org/doc/master/guide-container.html) with
6363
the rest of the rust manuals.
6464
6565
*/

0 commit comments

Comments
 (0)