mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-06 00:00:10 +02:00
Merge pull request #205 from MarkusJais/master
small typo fixed for io module
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ pub use self::write_all::{write_all, WriteAll};
|
|||||||
|
|
||||||
/// A trait for read/write I/O objects
|
/// A trait for read/write I/O objects
|
||||||
///
|
///
|
||||||
/// This trait represents I/O object which are readable and writable.
|
/// This trait represents I/O objects which are readable and writable.
|
||||||
/// Additionally, they're associated with the ability to test whether they're
|
/// Additionally, they're associated with the ability to test whether they're
|
||||||
/// readable or writable.
|
/// readable or writable.
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user