mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 15:13:13 -04:00
chore: Fix remaining typos in Rust file
Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
@@ -211,7 +211,7 @@ impl<T: 'static> EventLoop<T> {
|
||||
where
|
||||
F: FnMut(event::Event<T>, &RootAEL),
|
||||
{
|
||||
trace!("Mainloop iteration");
|
||||
trace!("Main loop iteration");
|
||||
|
||||
let cause = self.cause;
|
||||
let mut pending_redraw = self.pending_redraw;
|
||||
|
||||
Reference in New Issue
Block a user