Skip to content

Commit 3a9b38b

Browse files
authored
fix: typo in comment inside reactor.rs (#128)
1 parent 5034bd7 commit 3a9b38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ impl ReactorLock<'_> {
295295
}
296296
}
297297

298-
// Re-register if there are still writers or readers. The can happen if
298+
// Re-register if there are still writers or readers. This can happen if
299299
// e.g. we were previously interested in both readability and writability,
300300
// but only one of them was emitted.
301301
if !state[READ].is_empty() || !state[WRITE].is_empty() {

0 commit comments

Comments
 (0)