Skip to content

Commit 2bc0bf2

Browse files
committed
Auto merge of #25764 - tshepang:typo, r=steveklabnik
2 parents e9005fb + 1bb16fc commit 2bc0bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/io/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ pub trait Write {
307307
/// any wrapped object.
308308
///
309309
/// 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
310+
/// written, and a write which would otherwise block can be indicated through
311311
/// an `Err` variant.
312312
///
313313
/// If the return value is `Ok(n)` then it must be guaranteed that

0 commit comments

Comments
 (0)