Skip to content

Commit

Permalink
Update crates/nargo_toml/src/errors.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Aug 9, 2023
1 parent 1a82c16 commit 1c93402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nargo_toml/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub enum ManifestError {
#[error("Nargo.toml is badly formed, could not parse.\n\n {0}")]
MalformedFile(#[from] toml::de::Error),

#[error("Unxpected workspace definition found in {0}")]
#[error("Unexpected workspace definition found in {0}")]
UnexpectedWorkspace(PathBuf),

#[error("Cannot find file {entry} which was specified as the `entry` field in {toml}")]
Expand Down

0 comments on commit 1c93402

Please sign in to comment.