Skip to content

Commit

Permalink
Update vm/src/types/errors/program_errors.rs
Browse files Browse the repository at this point in the history
typo

Co-authored-by: Gabriel Bosio <[email protected]>
  • Loading branch information
FrancoGiachetta and gabrielbosio authored Jan 2, 2025
1 parent 15679f7 commit f1aaf8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/src/types/errors/program_errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub enum ProgramError {
IO(#[from] std::io::Error),
#[error(transparent)]
Parse(#[from] serde_json::Error),
#[error("The \"{0}\" operation not supported")]
#[error("The \"{0}\" operation is not supported")]
OperationNotSupported(String),
#[error("Entrypoint {0} not found")]
EntrypointNotFound(String),
Expand Down

0 comments on commit f1aaf8d

Please sign in to comment.