diff --git a/src/notification.rs b/src/notification.rs index 1522c497..58289a2b 100644 --- a/src/notification.rs +++ b/src/notification.rs @@ -65,7 +65,7 @@ impl<'conn> Notifications<'conn> { /// /// # Note /// - /// THis iterator may start returning `Some` after previously returning + /// This iterator may start returning `Some` after previously returning /// `None` if more notifications are received. pub fn timeout_iter<'a>(&'a self, timeout: Duration) -> TimeoutIter<'a> { TimeoutIter {