From bfae92c25b0bb319d463c5632f21cc9cf02a9390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kapten=20Z=E2=88=85=E2=88=85m?= <55669224+default-username-852@users.noreply.github.com> Date: Sun, 6 Jun 2021 23:13:42 +0200 Subject: Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Gustav Sörnäs --- mumctl/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mumctl/src/main.rs b/mumctl/src/main.rs index 4ef30e7..6fca6a4 100644 --- a/mumctl/src/main.rs +++ b/mumctl/src/main.rs @@ -645,7 +645,7 @@ fn parse_state(server_state: &mumlib::state::Server) { } } -/// Tries to find a running mumd instance and tries to receive one response from it. +/// Tries to find a running mumd instance and receive one response from it. fn send_command( command: MumCommand, ) -> Result>, CliError> { @@ -667,7 +667,7 @@ fn send_command( bincode::deserialize_from(&mut connection).map_err(|_| CliError::ConnectionError) } -/// Tries to find a running mumd instance and sends a single command to it. Returns an iterator which +/// Tries to find a running mumd instance and send a single command to it. Returns an iterator which /// yields all responses that mumd sends for that particular command. fn send_command_multi( command: MumCommand, -- cgit v1.2.1