diff --git a/actix-rt/src/arbiter.rs b/actix-rt/src/arbiter.rs index aca15bd5..cbf38397 100644 --- a/actix-rt/src/arbiter.rs +++ b/actix-rt/src/arbiter.rs @@ -149,7 +149,7 @@ impl Arbiter { /// /// If you require a result, include a response channel in the future. /// - /// Returns true if function was sent successfully and false if the Arbiter has died. + /// Returns true if future was sent successfully and false if the Arbiter has died. pub fn spawn(&self, future: Fut) -> bool where Fut: Future + Unpin + Send + 'static,