mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
Fix typo in events documentation (#1960)
This commit is contained in:
parent
c7f46876a7
commit
019ce9862f
|
@ -113,7 +113,7 @@ pub enum Event<'a, T: 'static> {
|
|||
|
||||
/// Emitted when the event loop is being shut down.
|
||||
///
|
||||
/// This is irreversable - if this event is emitted, it is guaranteed to be the last event that
|
||||
/// This is irreversible - if this event is emitted, it is guaranteed to be the last event that
|
||||
/// gets emitted. You generally want to treat this as an "do on quit" event.
|
||||
LoopDestroyed,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue