Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
najamelan committed Feb 4, 2025
1 parent 1bc64ce commit b496611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ pub enum WsErr
//
UnknownDataType,

/// Fallback whenever explicit variant hadling hansn't yet been implemented.
/// Fallback for unknown errors.
#[error("`{0}`")]
//
Other(String),
Unknown(String),
}


0 comments on commit b496611

Please sign in to comment.