From b89adc88f8db6ae8d70d0a8d859e86fe15167f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 3 Oct 2023 11:13:07 +0300 Subject: threadshare: Fix docs typos Part-of: --- generic/threadshare/src/runtime/executor/context.rs | 2 +- generic/threadshare/src/runtime/executor/scheduler.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'generic/threadshare') diff --git a/generic/threadshare/src/runtime/executor/context.rs b/generic/threadshare/src/runtime/executor/context.rs index 29bca705e..de7ec5f11 100644 --- a/generic/threadshare/src/runtime/executor/context.rs +++ b/generic/threadshare/src/runtime/executor/context.rs @@ -215,7 +215,7 @@ impl Context { /// Executes the provided function relatively to this [`Context`]. /// - /// Usefull to initialize i/o sources and timers from outside + /// Useful to initialize i/o sources and timers from outside /// of a [`Context`]. /// /// # Panic diff --git a/generic/threadshare/src/runtime/executor/scheduler.rs b/generic/threadshare/src/runtime/executor/scheduler.rs index a63830a13..583ffa2f0 100644 --- a/generic/threadshare/src/runtime/executor/scheduler.rs +++ b/generic/threadshare/src/runtime/executor/scheduler.rs @@ -394,7 +394,7 @@ impl Handle { /// Executes the provided function relatively to this [`Scheduler`]'s [`Reactor`]. /// - /// Usefull to initialize i/o sources and timers from outside + /// Useful to initialize i/o sources and timers from outside /// of a [`Scheduler`]. /// /// # Panic -- cgit v1.2.3