diff --git a/core/src/error/mod.rs b/core/src/error/mod.rs index 9770aeb90a..928f5d976b 100644 --- a/core/src/error/mod.rs +++ b/core/src/error/mod.rs @@ -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.