diff options
Diffstat (limited to 'src/event_loop.rs')
-rw-r--r-- | src/event_loop.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event_loop.rs b/src/event_loop.rs index 5095f359..02b7a5e5 100644 --- a/src/event_loop.rs +++ b/src/event_loop.rs @@ -195,7 +195,7 @@ impl<Io> EventLoop<Io> // Drain the channel // - // Returns a `DrainResult` indicating the result of receiving from the channe; + // Returns a `DrainResult` indicating the result of receiving from the channel // fn drain_recv_channel(&self, state: &mut State) -> DrainResult { let mut received_item = false; |