From b6b19083deae6b3bb9eb37e3703441616f098a54 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 20 Oct 2015 23:18:13 -0700 Subject: [PATCH] Typo --- src/notification.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {