aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/src/cmd/set_parser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/whirl_server/src/cmd/set_parser.rs')
-rw-r--r--crates/whirl_server/src/cmd/set_parser.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/whirl_server/src/cmd/set_parser.rs b/crates/whirl_server/src/cmd/set_parser.rs
index 9d6a4b3..600badd 100644
--- a/crates/whirl_server/src/cmd/set_parser.rs
+++ b/crates/whirl_server/src/cmd/set_parser.rs
@@ -3,8 +3,8 @@
use crate::cmd::structure::Command;
-/// Iterate over a command set in the from of bytes and return a list of
-/// human-readable commands.
+/// Iterate over a command set in the from of bytes (Vec<u8>) and return a list
+/// of human-readable commands.
fn _parse_command_set(mut data: Vec<u8>) -> Vec<Command> {
let mut command_set = vec![];