diff --git a/src/client/data/command.rs b/src/client/data/command.rs index 33a8e44..4a00851 100644 --- a/src/client/data/command.rs +++ b/src/client/data/command.rs @@ -1150,7 +1150,7 @@ impl Command { }) } - /// Converts an `IoResult` holding a Message into an `IoResult` + /// Converts a potential Message result into a potential Command result. #[unstable = "This feature is still relatively new."] pub fn from_message_io(m: IoResult) -> IoResult { m.and_then(|msg| Command::from_message(&msg))