From c09b4ca8651170f1c16253572b0dd32369f267a5 Mon Sep 17 00:00:00 2001 From: Erin van der Veen Date: Mon, 29 Apr 2024 16:20:54 +0200 Subject: [PATCH] Fix typo in BlameError documentation (#1899) --- core/src/error/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.