From e14307393a3e04cc50b3a04a019b589a2d409d3f Mon Sep 17 00:00:00 2001 From: Loong Dai Date: Tue, 22 Nov 2022 16:24:12 +0800 Subject: [PATCH] runtime: fix typo in runtime builder docs (#5218) Signed-off-by: Loong --- tokio/src/runtime/builder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio/src/runtime/builder.rs b/tokio/src/runtime/builder.rs index 4a85d0ddf..d49a4da39 100644 --- a/tokio/src/runtime/builder.rs +++ b/tokio/src/runtime/builder.rs @@ -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