This commit is contained in:
Steven Fackler 2015-10-20 23:18:13 -07:00
parent 049e37bf26
commit b6b19083de

View File

@ -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 {