Skip to content

Commit 1be2271

Browse files
authored
Fix a small comment typo
1 parent dd6ccc7 commit 1be2271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iterator/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ impl<'a, E: Exfiltrator> IntoIterator for &'a mut SignalsInfo<E> {
295295
}
296296
}
297297

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

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

0 commit comments

Comments
 (0)