Skip to content

Commit

Permalink
runtime: remove extra period in docs (#5511)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrachev committed Feb 27, 2023
1 parent 54aaf3d commit 815d89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/runtime/handle.rs
Expand Up @@ -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
Expand Down

0 comments on commit 815d89a

Please sign in to comment.