Fix typo in documentation comment for filter_map

This commit is contained in:
Leigh 2025-09-08 18:52:47 +01:00 committed by GitHub
parent a9091f9edd
commit c49bce9de6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,