From 61cfa9394f125c98739581b0a9b46e41d6f0a73e Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Thu, 10 Nov 2022 02:42:43 +0000 Subject: [PATCH] docs: comment typo --- src/input_handler/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input_handler/mod.rs b/src/input_handler/mod.rs index fb10171..5f61d01 100644 --- a/src/input_handler/mod.rs +++ b/src/input_handler/mod.rs @@ -133,7 +133,7 @@ impl InputHandler { locked_data.set_sorted(output); } - /// Send a quit message to docker, to abort all spawns, if an error is return, set is_running to false here instead + /// Send a quit message to docker, to abort all spawns, if an error is returned, set is_running to false here instead /// If gui_status is Error or Init, then just set the is_running to false immediately, for a quicker exit async fn quit(&self) { let error_init = self