summaryrefslogtreecommitdiffstats
path: root/tokio/src/runtime
diff options
context:
space:
mode:
authorKelly Thomas Kline <kellytk@sw-e.org>2019-12-17 13:57:25 -0800
committerCarl Lerche <me@carllerche.com>2019-12-17 13:57:25 -0800
commit8add90210bd626f2afcb955c7ce4106179ae6cdc (patch)
treee828dff676ca0956901d0f77d863e53bcf575585 /tokio/src/runtime
parentefb4b67a5415c1feeaa6668618243c89f7b601eb (diff)
docs: correct grammar (#1968)
Diffstat (limited to 'tokio/src/runtime')
-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 9fb57e14..11c8d6b7 100644
--- a/tokio/src/runtime/mod.rs
+++ b/tokio/src/runtime/mod.rs
@@ -313,7 +313,7 @@ impl Runtime {
/// scheduler] is used, while if only the `rt-core` feature is enabled, the
/// [basic scheduler] is used instead.
///
- /// If the threaded cheduler is selected, it will not spawn
+ /// If the threaded scheduler is selected, it will not spawn
/// any worker threads until it needs to, i.e. tasks are scheduled to run.
///
/// Most applications will not need to call this function directly. Instead,