Fix typo in documentation comment for filter_map
This commit is contained in:
parent
a9091f9edd
commit
c49bce9de6
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