1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-25 14:05:41 -05:00
This commit is contained in:
Aaron Hill 2017-05-20 16:58:33 -04:00 committed by Joe Wilm
parent 876dc15152
commit bc8d86f970

View file

@ -22,7 +22,7 @@ pub enum Msg {
/// Data that should be written to the pty
Input(Cow<'static, [u8]>),
/// Indicates that the `EvemtLoop` should shut down, as Alacritty is shutting down
/// Indicates that the `EventLoop` should shut down, as Alacritty is shutting down
Shutdown
}