From 81db03204dab8961a5e1bb149877f9a8c31df3fd Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Fri, 16 Oct 2020 12:37:21 +0200 Subject: Fix doc typo (#2967) --- tokio/src/runtime/builder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tokio/src') diff --git a/tokio/src/runtime/builder.rs b/tokio/src/runtime/builder.rs index e9ed3820..e792c7dd 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 { -- cgit v1.2.3