We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e822e4e + aac3008 commit 498a8f3Copy full SHA for 498a8f3
src/libcore/iter/iterator.rs
@@ -605,7 +605,7 @@ pub trait Iterator {
605
/// closure returns [`None`], it will try again, and call the closure on the
606
/// next element, seeing if it will return [`Some`].
607
///
608
- /// Why `filter_map` and not just [`filter`].[`map`]? The key is in this
+ /// Why `filter_map` and not just [`filter`] and [`map`]? The key is in this
609
/// part:
610
611
/// [`filter`]: #method.filter
0 commit comments