mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
docs: typo fix in runtime doc (#2167)
This commit is contained in:
@@ -107,7 +107,7 @@
|
|||||||
//!
|
//!
|
||||||
//! ## Runtime Configurations
|
//! ## Runtime Configurations
|
||||||
//!
|
//!
|
||||||
//! Tokio provides multiple task scheding strategies, suitable for different
|
//! Tokio provides multiple task scheduling strategies, suitable for different
|
||||||
//! applications. The [runtime builder] or `#[tokio::main]` attribute may be
|
//! applications. The [runtime builder] or `#[tokio::main]` attribute may be
|
||||||
//! used to select which scheduler to use.
|
//! used to select which scheduler to use.
|
||||||
//!
|
//!
|
||||||
|
|||||||
Reference in New Issue
Block a user