Skip to content

Commit b552f53

Browse files
authored
fix typo (#64)
1 parent 85e19aa commit b552f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frame.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ impl Frame {
102102
}
103103
}
104104

105-
/// The message has already been validated with `scan`.
105+
/// The message has already been validated with `check`.
106106
pub fn parse(src: &mut Cursor<&[u8]>) -> Result<Frame, Error> {
107107
match get_u8(src)? {
108108
b'+' => {

0 commit comments

Comments
 (0)