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 4a62eae commit b9bbeffCopy full SHA for b9bbeff
1 file changed
vm/src/window.rs
@@ -174,7 +174,7 @@ struct CEvent
174
text: [u8; EVENT_TEXT_MAX_BYTES],
175
}
176
177
-/// Takes a pointer ot an event struct to write into
+/// Takes a pointer to an event struct to write into
178
/// Returns true if an event was read
179
pub fn window_poll_event(thread: &mut Thread, p_event: Value) -> Value
180
{
0 commit comments