summaryrefslogtreecommitdiffstats
path: root/tokio
diff options
context:
space:
mode:
authorwqfish <wqfish@calibra.com>2020-01-24 10:56:42 -0800
committerCarl Lerche <me@carllerche.com>2020-01-24 10:56:42 -0800
commit6fbaac91e01ca32de58a07d93bfe2f23580e7a2d (patch)
treef17679b8aea8b400d8f124bb95b830345d3d3119 /tokio
parente35038ed79f31ed31050dbb4e16b8714014a63a4 (diff)
docs: typo fix in runtime doc (#2167)
Diffstat (limited to 'tokio')
-rw-r--r--tokio/src/runtime/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/src/runtime/mod.rs b/tokio/src/runtime/mod.rs
index e656d487..18e43e87 100644
--- a/tokio/src/runtime/mod.rs
+++ b/tokio/src/runtime/mod.rs
@@ -107,7 +107,7 @@
//!
//! ## 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
//! used to select which scheduler to use.
//!