From b552f53c3f4829c30371b3a54d08f3c32df92e7f Mon Sep 17 00:00:00 2001 From: Raphael Megzari Date: Mon, 28 Sep 2020 18:07:20 +0900 Subject: [PATCH] fix typo (#64) --- src/frame.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'+' => {