Fix typos

This commit is contained in:
Julian Tescher
2017-01-24 20:52:48 -08:00
parent e8d4524586
commit baeb35b6d4
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