Skip to content

Commit

Permalink
chore: correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nonast committed Jan 23, 2025
1 parent 66e2c46 commit 75f997e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/iota-types/src/stardust/output/alias.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ impl TryFrom<&Object> for AliasOutput {
}

Err(IotaError::Type {
error: format!("Object type is not a AliasOutput: {:?}", object),
error: format!("Object type is not an AliasOutput: {:?}", object),
})
}
}

0 comments on commit 75f997e

Please sign in to comment.