Skip to content

Commit

Permalink
fix typo (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada authored Sep 28, 2020
1 parent 85e19aa commit b552f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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'+' => {
Expand Down

0 comments on commit b552f53

Please sign in to comment.