diff --git a/src/cmd/mod.rs b/src/cmd/mod.rs index 2aae08e..ac6620a 100644 --- a/src/cmd/mod.rs +++ b/src/cmd/mod.rs @@ -42,7 +42,7 @@ impl Command { /// /// On success, the command value is returned, otherwise, `Err` is returned. pub fn from_frame(frame: Frame) -> crate::Result { - // The frame value is decorated with `Parse`. `Parse` provides a + // The frame value is decorated with `Parse`. `Parse` provides a // "cursor" like API which makes parsing the command easier. // // The frame value must be an array variant. Any other frame variants