Skip to content

Commit

Permalink
Improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
cl3joly committed Dec 1, 2023
1 parent 3093ebc commit 41810c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ impl PositiveOutcome {
summary,
}),
_ => Err(anyhow::anyhow!(
"summary {:?} does not belong to a positive outcome",
"outcome {:?} isn’t a positive outcome",
summary
)),
}
Expand Down

0 comments on commit 41810c1

Please sign in to comment.