Skip to content

Commit 498a8f3

Browse files
committed
Auto merge of #43965 - frewsxcv:frewsxcv-filter-map, r=QuietMisdreavus
Minor Iterator::filter_map description rewording. Fixes #39294.
2 parents e822e4e + aac3008 commit 498a8f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/iter/iterator.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ pub trait Iterator {
605605
/// closure returns [`None`], it will try again, and call the closure on the
606606
/// next element, seeing if it will return [`Some`].
607607
///
608-
/// Why `filter_map` and not just [`filter`].[`map`]? The key is in this
608+
/// Why `filter_map` and not just [`filter`] and [`map`]? The key is in this
609609
/// part:
610610
///
611611
/// [`filter`]: #method.filter

0 commit comments

Comments
 (0)