Skip to content

Commit b6b1908

Browse files
committed
Typo
1 parent 049e37b commit b6b1908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notification.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ impl<'conn> Notifications<'conn> {
6565
///
6666
/// # Note
6767
///
68-
/// THis iterator may start returning `Some` after previously returning
68+
/// This iterator may start returning `Some` after previously returning
6969
/// `None` if more notifications are received.
7070
pub fn timeout_iter<'a>(&'a self, timeout: Duration) -> TimeoutIter<'a> {
7171
TimeoutIter {

0 commit comments

Comments
 (0)