mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
janitor: Fix typos and make cspell happy
This commit is contained in:
parent
ed60dcb6b5
commit
86a6add32c
4 changed files with 6 additions and 4 deletions
|
@ -5,7 +5,7 @@ use anyhow::Context;
|
|||
use std::iter::Extend;
|
||||
use std::path::{Path, PathBuf};
|
||||
|
||||
// cspell::ignore compat constexpr corelib sharedvector pathdata
|
||||
// cSpell: ignore compat constexpr corelib deps sharedvector pathdata
|
||||
|
||||
fn ensure_cargo_rerun_for_crate(
|
||||
crate_dir: &Path,
|
||||
|
|
|
@ -982,7 +982,7 @@ void invoke_from_event_loop(Functor f)
|
|||
///
|
||||
/// This function must be called from a different thread than the thread that runs the event loop
|
||||
/// otherwise it will result in a deadlock. Calling this function if the event loop is not running
|
||||
/// will also block foerver or until the event loop is started in another thread.
|
||||
/// will also block forever or until the event loop is started in another thread.
|
||||
///
|
||||
/// The following example is reading the message property from a thread
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue