Skip to content

Commit b9bbeff

Browse files
committed
Fix typo
1 parent 4a62eae commit b9bbeff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vm/src/window.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ struct CEvent
174174
text: [u8; EVENT_TEXT_MAX_BYTES],
175175
}
176176

177-
/// Takes a pointer ot an event struct to write into
177+
/// Takes a pointer to an event struct to write into
178178
/// Returns true if an event was read
179179
pub fn window_poll_event(thread: &mut Thread, p_event: Value) -> Value
180180
{

0 commit comments

Comments
 (0)