mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
fixed typo in split.rs
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ pub struct ReadHalf<T> {
|
|||||||
handle: TaskRc<RefCell<T>>,
|
handle: TaskRc<RefCell<T>>,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// The readable half of an object returned from `Io::split`.
|
/// The writable half of an object returned from `Io::split`.
|
||||||
pub struct WriteHalf<T> {
|
pub struct WriteHalf<T> {
|
||||||
handle: TaskRc<RefCell<T>>,
|
handle: TaskRc<RefCell<T>>,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user