Typo
This commit is contained in:
parent
049e37bf26
commit
b6b19083de
@ -65,7 +65,7 @@ impl<'conn> Notifications<'conn> {
|
|||||||
///
|
///
|
||||||
/// # Note
|
/// # 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.
|
/// `None` if more notifications are received.
|
||||||
pub fn timeout_iter<'a>(&'a self, timeout: Duration) -> TimeoutIter<'a> {
|
pub fn timeout_iter<'a>(&'a self, timeout: Duration) -> TimeoutIter<'a> {
|
||||||
TimeoutIter {
|
TimeoutIter {
|
||||||
|
Loading…
Reference in New Issue
Block a user