8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b5ca6e + 0b307f7 commit 39c5222Copy full SHA for 39c5222
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