Skip to content

Commit

Permalink
doc: fix io::Write::write typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed May 24, 2015
1 parent ba0e1cd commit 1bb16fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/io/mod.rs
Expand Up @@ -307,7 +307,7 @@ pub trait Write {
/// any wrapped object.
///
/// Calls to `write` are not guaranteed to block waiting for data to be
/// written, and a write which would otherwise block can indicated through
/// written, and a write which would otherwise block can be indicated through
/// an `Err` variant.
///
/// If the return value is `Ok(n)` then it must be guaranteed that
Expand Down

0 comments on commit 1bb16fc

Please sign in to comment.