We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98803c1 commit 0b307f7Copy full SHA for 0b307f7
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