Skip to content

Commit df54719

Browse files
committed
Rollup merge of #24465 - steveklabnik:intoiteratordocfix, r=alexcrichton
2 parents 111404f + e7e7c0f commit df54719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/iter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ pub trait FromIterator<A> {
11301130
/// Conversion into an `Iterator`
11311131
///
11321132
/// Implementing this trait allows you to use your type with Rust's `for` loop. See
1133-
/// the [module level documentation](../index.html) for more details.
1133+
/// the [module level documentation](index.html) for more details.
11341134
#[stable(feature = "rust1", since = "1.0.0")]
11351135
pub trait IntoIterator {
11361136
/// The type of the elements being iterated

0 commit comments

Comments
 (0)