mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
runtime: fix typo in runtime builder docs (#5218)
Signed-off-by: Loong <[email protected]>
This commit is contained in:
@@ -818,7 +818,7 @@ impl Builder {
|
|||||||
///
|
///
|
||||||
/// This configuration option is considered a workaround for the LIFO
|
/// This configuration option is considered a workaround for the LIFO
|
||||||
/// slot not being stealable. When the slot becomes stealable, we will
|
/// slot not being stealable. When the slot becomes stealable, we will
|
||||||
/// revisit whther or not this option is necessary. See
|
/// revisit whether or not this option is necessary. See
|
||||||
/// tokio-rs/tokio#4941.
|
/// tokio-rs/tokio#4941.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
|
|||||||
Reference in New Issue
Block a user