Skip to content

Commit

Permalink
clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertdev committed Jul 5, 2023
1 parent 2f6b71f commit eaefb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/io/ready.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ impl Ready {
ready |= Ready::READ_CLOSED;
}

// error readiness is reported regardless of interest
// an event with the error readiness matches any interest
ready |= Ready::ERROR;

ready
Expand Down

0 comments on commit eaefb1a

Please sign in to comment.