Skip to content

Commit

Permalink
runtime: fix typo in runtime builder docs (#5218)
Browse files Browse the repository at this point in the history
Signed-off-by: Loong <loong.dai@intel.com>
  • Loading branch information
daixiang0 committed Nov 22, 2022
1 parent 45e37db commit e143073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/runtime/builder.rs
Expand Up @@ -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
Expand Down

0 comments on commit e143073

Please sign in to comment.