Auto merge of #25764 - tshepang:typo, r=steveklabnik

This commit is contained in:
bors 2015-05-25 05:19:11 +00:00
commit 2bc0bf2586

View File

@ -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