Skip to content

Commit 9c09c57

Browse files
authored
Fix doc typo (GUI threa -> thread)
1 parent 61e06ca commit 9c09c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iui/src/ui.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ impl UI {
119119
unsafe { ui_sys::uiQuit() }
120120
}
121121

122-
/// Queues a function to be executed on the GUI threa when next possible. Returns
122+
/// Queues a function to be executed on the GUI thread when next possible. Returns
123123
/// immediately, not waiting for the function to be executed.
124124
///
125125
/// # Example

0 commit comments

Comments
 (0)