Skip to content

Commit

Permalink
fix error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
rainliu committed Feb 4, 2024
1 parent 7add9ad commit 22defe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pub enum Error {
#[error("too many sources")]
TooManySources,
/// Packet received is too short.
#[error("Packet status chunk must be 2 bytes")]
#[error("Packet too short to be read")]
PacketTooShort,
/// Buffer is too short.
#[error("Buffer too short to be written")]
Expand Down

0 comments on commit 22defe6

Please sign in to comment.