fix doc typo in application.rs (#3676)
This commit is contained in:
parent
b0b64a9a15
commit
ab33fb8eda
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue