mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-02-24 00:37:43 +11:00
Changed 'an' to 'a' in documentation (#2715)
This commit is contained in:
parent
08bdca19b1
commit
fb9695d56d
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ pub enum Event<'a, T: 'static> {
|
|||
/// Emitted when the event loop is being shut down.
|
||||
///
|
||||
/// 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.
|
||||
/// gets emitted. You generally want to treat this as a "do on quit" event.
|
||||
LoopDestroyed,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue