Skip to content

Commit 1bb16fc

Browse files
committed
doc: fix io::Write::write typo
1 parent ba0e1cd commit 1bb16fc

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)