diff --git a/tokio/src/runtime/builder.rs b/tokio/src/runtime/builder.rs index e9ed38208..e792c7dd1 100644 --- a/tokio/src/runtime/builder.rs +++ b/tokio/src/runtime/builder.rs @@ -80,7 +80,7 @@ pub(crate) enum Kind { } impl Builder { - /// Returns a new builder with the multi thread scheduler selected. + /// Returns a new builder with the current thread scheduler selected. /// /// Configuration methods can be chained on the return value. pub fn new_current_thread() -> Builder {