mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-26 00:00:16 +02:00
Fix doc typo (#2967)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user