Skip to content

Commit

Permalink
Minor Iterator::filter_map description rewording.
Browse files Browse the repository at this point in the history
Fixes #39294.
  • Loading branch information
frewsxcv committed Aug 19, 2017
1 parent 59ccba9 commit aac3008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/iter/iterator.rs
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 aac3008

Please sign in to comment.