threadshare: Fix docs typos

This commit is contained in:
Sebastian Dröge 2023-10-03 11:13:07 +03:00
parent 747d9bfc6e
commit d57b83fa08
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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