aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/src
diff options
context:
space:
mode:
Diffstat (limited to 'mumlib/src')
-rw-r--r--mumlib/src/command.rs5
1 files changed, 2 insertions, 3 deletions
diff --git a/mumlib/src/command.rs b/mumlib/src/command.rs
index 3c56130..79343cf 100644
--- a/mumlib/src/command.rs
+++ b/mumlib/src/command.rs
@@ -1,6 +1,5 @@
-//! [Command]s can be sent from a controller to mumd who might respond with a
-//! [CommandResponse]. The commands and their responses are serializable and
-//! can be sent in any way you want.
+//! [Command]s can be sent from a controller to mumd which might respond with a
+//! [CommandResponse].
use crate::state::{Channel, Server};