mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-14 00:00:12 +02:00
docs: fix typo in runtime module documentation (#2992)
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
//!
|
||||
//! The current-thread scheduler provides a _single-threaded_ future executor.
|
||||
//! All tasks will be created and executed on the current thread. This requires
|
||||
//! the `rt-core` feature flag.
|
||||
//! the `rt` feature flag.
|
||||
//! ```
|
||||
//! use tokio::runtime;
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user