mirror of
https://github.com/wez/wezterm.git
synced 2024-11-28 17:23:26 +03:00
fix typo
This commit is contained in:
parent
a387dc0e49
commit
d7e5df0428
@ -96,7 +96,7 @@ struct Windows {
|
|||||||
by_fd: HashMap<RawFd, WindowId>,
|
by_fd: HashMap<RawFd, WindowId>,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// The `GuiEventLoop` represents the combined gui even processor,
|
/// The `GuiEventLoop` represents the combined gui event processor,
|
||||||
/// a remote (running on another thread) mio `Poll` instance, and
|
/// a remote (running on another thread) mio `Poll` instance, and
|
||||||
/// a core for spawning tasks from futures. It acts as the manager
|
/// a core for spawning tasks from futures. It acts as the manager
|
||||||
/// for various events and is responsible for driving things forward.
|
/// for various events and is responsible for driving things forward.
|
||||||
|
Loading…
Reference in New Issue
Block a user