mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-22 00:00:11 +02:00
runtime: remove extra period in docs (#5511)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user