docs: comment typo

This commit is contained in:
Jack Wills
2022-11-10 02:42:43 +00:00
parent 731a9e4fef
commit 61cfa9394f
+1 -1
View File
@@ -133,7 +133,7 @@ impl InputHandler {
locked_data.set_sorted(output); 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 /// If gui_status is Error or Init, then just set the is_running to false immediately, for a quicker exit
async fn quit(&self) { async fn quit(&self) {
let error_init = self let error_init = self