mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
runtime: remove extra period in docs (#5511)
This commit is contained in:
parent
54aaf3d0e3
commit
815d89a407
@ -152,7 +152,7 @@ impl Handle {
|
|||||||
self.spawn_named(future, None)
|
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.
|
/// operations.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
|
Loading…
x
Reference in New Issue
Block a user