Skip to content

Commit

Permalink
Update crates/nargo_cli/src/errors.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored and phated committed Aug 4, 2023
1 parent 27bc8b4 commit 35b4cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nargo_cli/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pub(crate) enum CompileError {
#[error("Package `{0}` is expected to have a `main` function but it does not")]
MissingMainFunction(CrateName),

/// Errors encountered while compiling the noir program.
/// Errors encountered while compiling the Noir program.
/// These errors are already written to stderr.
#[error("Aborting due to {} previous error{}", .0.error_count, if .0.error_count == 1 { "" } else { "s" })]
ReportedErrors(ReportedErrors),
Expand Down

0 comments on commit 35b4cdb

Please sign in to comment.