From a94be1bca918ccda582c45c52f8bd96fae92bdd8 Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Wed, 5 Oct 2016 11:28:46 +0200 Subject: [PATCH] fixed typo in split.rs --- src/io/split.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io/split.rs b/src/io/split.rs index fca1f23fe..46b89308a 100644 --- a/src/io/split.rs +++ b/src/io/split.rs @@ -11,7 +11,7 @@ pub struct ReadHalf { handle: TaskRc>, } -/// The readable half of an object returned from `Io::split`. +/// The writable half of an object returned from `Io::split`. pub struct WriteHalf { handle: TaskRc>, }