Skip to content

Commit

Permalink
Update src/error.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Shuhui Luo <107524008+shuhuiluo@users.noreply.github.com>
  • Loading branch information
malik672 and shuhuiluo authored Apr 22, 2024
1 parent 49aa01b commit 1e3fbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub enum Error {
#[error("Chain IDs do not match: {0} and {1}")]
ChainIdMismatch(u64, u64),

/// Triggers when comapred addresses are not the smae
/// Triggers when comapred addresses are the smae
#[error("Addresses are equal")]
EqualAddresses,

Expand Down

0 comments on commit 1e3fbc0

Please sign in to comment.