diff --git a/tokio/src/runtime/handle.rs b/tokio/src/runtime/handle.rs index c5dc65f6e81..fca1cbb4e32 100644 --- a/tokio/src/runtime/handle.rs +++ b/tokio/src/runtime/handle.rs @@ -152,7 +152,7 @@ impl Handle { self.spawn_named(future, None) } - /// Runs the provided function on an executor dedicated to blocking. + /// Runs the provided function on an executor dedicated to blocking /// operations. /// /// # Examples