We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ccba9 commit aac3008Copy full SHA for aac3008
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