mirror of
https://github.com/alacritty/alacritty.git
synced 2025-07-31 22:03:40 -04:00
Fix typo
This commit is contained in:
parent
876dc15152
commit
bc8d86f970
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ pub enum Msg {
|
||||||
/// Data that should be written to the pty
|
/// Data that should be written to the pty
|
||||||
Input(Cow<'static, [u8]>),
|
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
|
Shutdown
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue