summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlice Ryhl <alice@ryhl.io>2020-10-16 12:37:21 +0200
committerGitHub <noreply@github.com>2020-10-16 12:37:21 +0200
commit81db03204dab8961a5e1bb149877f9a8c31df3fd (patch)
tree90d5070ee6c80e4273bfb3002d5da0f0dddcb9d4
parent1644511bdfe4711b98df3dbfe8b22cd1ec420f50 (diff)
Fix doc typo (#2967)
-rw-r--r--tokio/src/runtime/builder.rs2
1 files changed, 1 insertions, 1 deletions
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 {