fix typo (#64)

This commit is contained in:
Raphael Megzari
2020-09-28 18:07:20 +09:00
committed by GitHub
parent 85e19aa21a
commit b552f53c3f

View File

@@ -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<Frame, Error> {
match get_u8(src)? {
b'+' => {