Skip to content

Commit

Permalink
Fix typo. (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Apr 29, 2024
1 parent 4744aec commit 70b3df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ async fn run(event_loop: EventLoop<()>, window: Window) {
}
}
Event::AboutToWait => {
// Continuos rendering!
// Continuous rendering!
window.request_redraw();
}
Event::WindowEvent {
Expand Down

0 comments on commit 70b3df0

Please sign in to comment.