Merge pull request #3052 from OpenSauce/patch-2
Fix typo in documentation comment for filter_map
This commit is contained in:
commit
53e4976915
1 changed files with 1 additions and 1 deletions
|
|
@ -426,7 +426,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
/// Creatges a [`Subscription`] from a hashable id and a filter function.
|
||||
/// Creates a [`Subscription`] from a hashable id and a filter function.
|
||||
pub fn filter_map<I, F, T>(id: I, f: F) -> Subscription<T>
|
||||
where
|
||||
I: Hash + 'static,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue