diff --git a/src/frame.rs b/src/frame.rs index bf42b8e..4187d53 100644 --- a/src/frame.rs +++ b/src/frame.rs @@ -102,7 +102,7 @@ impl Frame { } } - /// The message has already been validated with `scan`. + /// The message has already been validated with `check`. pub fn parse(src: &mut Cursor<&[u8]>) -> Result { match get_u8(src)? { b'+' => {