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,