Skip to content

Commit

Permalink
fix doc typo in application.rs (#3676)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbxb committed May 7, 2024
1 parent b0b64a9 commit ab33fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ pub trait ApplicationHandler<T: 'static = ()> {
/// Emitted when the event loop is being shut down.
///
/// This is irreversible - if this method is called, it is guaranteed that the event loop
/// will exist right after.
/// will exit right after.
fn exiting(&mut self, event_loop: &ActiveEventLoop) {
let _ = event_loop;
}
Expand Down

0 comments on commit ab33fb8

Please sign in to comment.