runtime: fix typo in runtime builder docs (#5218)

Signed-off-by: Loong <[email protected]>
This commit is contained in:
Loong Dai
2022-11-22 08:24:12 +00:00
committed by GitHub
parent 45e37dbfa2
commit e14307393a
+1 -1
View File
@@ -818,7 +818,7 @@ impl Builder {
///
/// This configuration option is considered a workaround for the LIFO
/// 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.
///
/// # Examples