Skip to content

Commit

Permalink
Auto merge of #43965 - frewsxcv:frewsxcv-filter-map, r=QuietMisdreavus
Browse files Browse the repository at this point in the history
Minor Iterator::filter_map description rewording.

Fixes #39294.
  • Loading branch information
bors committed Aug 20, 2017
2 parents e822e4e + aac3008 commit 498a8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/iter/iterator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ pub trait Iterator {
/// closure returns [`None`], it will try again, and call the closure on the
/// next element, seeing if it will return [`Some`].
///
/// 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
/// part:
///
/// [`filter`]: #method.filter
Expand Down

0 comments on commit 498a8f3

Please sign in to comment.