Skip to content

Commit

Permalink
Fix typo in BlameError documentation (#1899)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin van der Veen authored Apr 29, 2024
1 parent 13fe12c commit c09b4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/error/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub enum Error {
/// An error occurring during evaluation.
#[derive(Debug, Clone, PartialEq)]
pub enum EvalError {
/// A blame occurred: a contract have been broken somewhere.
/// A blame occurred: a contract has been broken somewhere.
BlameError {
/// The argument failing the contract. If the argument has been forced by the contract,
/// `evaluated_arg` provides the final value.
Expand Down

0 comments on commit c09b4ca

Please sign in to comment.