Skip to content

Commit

Permalink
Fix a small comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz authored Jun 17, 2023
1 parent dd6ccc7 commit 1be2271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iterator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ impl<'a, E: Exfiltrator> IntoIterator for &'a mut SignalsInfo<E> {
}
}

/// An infinit iterator of arriving signals.
/// An infinite iterator of arriving signals.
pub struct Forever<'a, E: Exfiltrator>(RefSignalIterator<'a, UnixStream, E>);

impl<'a, E: Exfiltrator> Iterator for Forever<'a, E> {
Expand Down

0 comments on commit 1be2271

Please sign in to comment.