We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e06ca commit 9c09c57Copy full SHA for 9c09c57
iui/src/ui.rs
@@ -119,7 +119,7 @@ impl UI {
119
unsafe { ui_sys::uiQuit() }
120
}
121
122
- /// Queues a function to be executed on the GUI threa when next possible. Returns
+ /// Queues a function to be executed on the GUI thread when next possible. Returns
123
/// immediately, not waiting for the function to be executed.
124
///
125
/// # Example
0 commit comments