Merge pull request #3052 from OpenSauce/patch-2

Fix typo in documentation comment for filter_map
This commit is contained in:
Héctor 2025-09-16 00:41:36 +02:00 committed by GitHub
commit 53e4976915
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,