From fb9695d56d71c7de03f3f7b11f8da9071cc0a5ab Mon Sep 17 00:00:00 2001 From: esdevver <62915053+esdevver@users.noreply.github.com> Date: Sat, 4 Mar 2023 09:37:15 +0000 Subject: [PATCH] Changed 'an' to 'a' in documentation (#2715) --- src/event.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/event.rs b/src/event.rs index 81edade4..96123683 100644 --- a/src/event.rs +++ b/src/event.rs @@ -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, }