Skip to content
Snippets Groups Projects
Commit ea8831b1 authored by Joshy Orndorff's avatar Joshy Orndorff Committed by Bastian Köcher
Browse files

Minor typo fix. bu -> by (#3402)

parent 818bf379
No related merge requests found
......@@ -69,7 +69,7 @@ impl Subscriptions {
/// Creates new subscription for given subscriber.
///
/// Second parameter is a function that converts Subscriber sink into a future.
/// This future will be driven to completion bu underlying event loop
/// This future will be driven to completion by the underlying event loop
/// or will be cancelled in case #cancel is invoked.
pub fn add<T, E, G, R, F>(&self, subscriber: Subscriber<T, E>, into_future: G) where
G: FnOnce(Sink<T, E>) -> R,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment