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 e9005fb + 1bb16fc commit 2bc0bf2Copy full SHA for 2bc0bf2
src/libstd/io/mod.rs
@@ -307,7 +307,7 @@ pub trait Write {
307
/// any wrapped object.
308
///
309
/// Calls to `write` are not guaranteed to block waiting for data to be
310
- /// written, and a write which would otherwise block can indicated through
+ /// written, and a write which would otherwise block can be indicated through
311
/// an `Err` variant.
312
313
/// If the return value is `Ok(n)` then it must be guaranteed that
0 commit comments