docs: typo fix in runtime doc (#2167)

This commit is contained in:
wqfish 2020-01-24 10:56:42 -08:00 committed by Carl Lerche
parent e35038ed79
commit 6fbaac91e0

View File

@ -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.
//!