mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 04:51:26 +00:00
threadshare: Fix docs typos
This commit is contained in:
parent
747d9bfc6e
commit
d57b83fa08
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue