summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {