Skip to content

Commit b881551

Browse files
authored
Simplify iter flatten struct doc
1 parent 57c5f40 commit b881551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/core/src/iter/adapters/flatten.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ use super::Map;
77
/// An iterator that maps each element to an iterator, and yields the elements
88
/// of the produced iterators.
99
///
10-
/// This `struct` is created by the [`flat_map`] method on [`Iterator`]. See its
11-
/// documentation for more.
10+
/// This `struct` is created by [`Iterator::flat_map`]. See its documentation
11+
/// for more.
1212
///
1313
/// [`flat_map`]: trait.Iterator.html#method.flat_map
1414
/// [`Iterator`]: trait.Iterator.html

0 commit comments

Comments
 (0)