We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21d2637 + 0b307f7 commit b02798fCopy full SHA for b02798f
src/libstd/io/mod.rs
@@ -502,7 +502,7 @@ pub trait Read {
502
/// how many bytes were read.
503
///
504
/// This function does not provide any guarantees about whether it blocks
505
- /// waiting for data, but if an object needs to block for a read but cannot
+ /// waiting for data, but if an object needs to block for a read and cannot,
506
/// it will typically signal this via an [`Err`] return value.
507
508
/// If the return value of this method is [`Ok(n)`], then it must be
0 commit comments