Skip to content

Commit

Permalink
Changed 'an' to 'a' in documentation (rust-windowing#2715)
Browse files Browse the repository at this point in the history
  • Loading branch information
esdevver authored Mar 4, 2023
1 parent 08bdca1 commit fb9695d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down

0 comments on commit fb9695d

Please sign in to comment.