Merge pull request #159 from jtescher/fix-typos

Fix typos
This commit is contained in:
Alex Crichton
2017-01-24 21:05:21 -08:00
committed by GitHub
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -64,7 +64,7 @@ pub use self::write_all::{write_all, WriteAll};
/// Additionally, they're associated with the ability to test whether they're
/// readable or writable.
///
/// Importantly, the methods of this trait are intended to be used in conjuction
/// Importantly, the methods of this trait are intended to be used in conjunction
/// with the current task of a future. Namely whenever any of them return a
/// value that indicates "would block" the current future's task is arranged to
/// receive a notification when the method would otherwise not indicate that it
@@ -153,7 +153,7 @@ pub trait Io: io::Read + io::Write {
/// Most implementations of `FramedIo` are for doing protocol level
/// serialization and deserialization.
///
/// Importantly, the methods of this trait are intended to be used in conjuction
/// Importantly, the methods of this trait are intended to be used in conjunction
/// with the current task of a future. Namely whenever any of them return a
/// value that indicates "would block" the current future's task is arranged to
/// receive a notification when the method would otherwise not indicate that it