From 53afe55612c29793cf87284b909d0923e32be0f4 Mon Sep 17 00:00:00 2001 From: hagsteel <603835+hagsteel@users.noreply.github.com> Date: Tue, 8 Sep 2020 08:40:56 +0200 Subject: [PATCH] Update event.rs (#479) --- src/event.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/event.rs b/src/event.rs index 450ede0..27954de 100644 --- a/src/event.rs +++ b/src/event.rs @@ -191,7 +191,7 @@ pub fn read() -> Result { } } -/// Polls to check if there are any `InternalEvent`s that can be read withing the given duration. +/// Polls to check if there are any `InternalEvent`s that can be read within the given duration. pub(crate) fn poll_internal(timeout: Option, filter: &F) -> Result where F: Filter,