We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049e37b commit b6b1908Copy full SHA for b6b1908
src/notification.rs
@@ -65,7 +65,7 @@ impl<'conn> Notifications<'conn> {
65
///
66
/// # Note
67
68
- /// THis iterator may start returning `Some` after previously returning
+ /// This iterator may start returning `Some` after previously returning
69
/// `None` if more notifications are received.
70
pub fn timeout_iter<'a>(&'a self, timeout: Duration) -> TimeoutIter<'a> {
71
TimeoutIter {
0 commit comments