Changed 'an' to 'a' in documentation (#2715)

This commit is contained in:
esdevver 2023-03-04 09:37:15 +00:00 committed by GitHub
parent 08bdca19b1
commit fb9695d56d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
}