Skip to content

Commit

Permalink
Auto merge of #25764 - tshepang:typo, r=steveklabnik
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed May 25, 2015
2 parents e9005fb + 1bb16fc commit 2bc0bf2
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 2bc0bf2

Please sign in to comment.