diff --git a/tokio-macros/src/lib.rs b/tokio-macros/src/lib.rs index f56af5282..1d024f597 100644 --- a/tokio-macros/src/lib.rs +++ b/tokio-macros/src/lib.rs @@ -295,8 +295,7 @@ pub fn main_rt(args: TokenStream, item: TokenStream) -> TokenStream { /// ``` /// /// The `worker_threads` option configures the number of worker threads, and -/// defaults to the number of cpus on the system. This is the default -/// flavor. +/// defaults to the number of cpus on the system. /// /// Note: The multi-threaded runtime requires the `rt-multi-thread` feature /// flag.