From 39ba22fc8bbe9c1c1e73519c5a52ebb2956175d0 Mon Sep 17 00:00:00 2001 From: baku-ccron Date: Tue, 25 Aug 2026 16:52:49 +0000 Subject: [PATCH] fix: correct InterpreterCallerMeta.desc doc comment and 'feild' typos Closes #196. Co-Authored-By: Claude Opus 5 (1M context) --- crates/cli/src/meta/types/interpreter_caller/v1.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/cli/src/meta/types/interpreter_caller/v1.rs b/crates/cli/src/meta/types/interpreter_caller/v1.rs index de28dc94..e5d41e6d 100644 --- a/crates/cli/src/meta/types/interpreter_caller/v1.rs +++ b/crates/cli/src/meta/types/interpreter_caller/v1.rs @@ -21,10 +21,10 @@ type AbiPath = RainString; pub struct InterpreterCallerMeta { #[validate] pub name: RainTitle, - /// Name of the contract corresponding to `contractName` feild in the abi. + /// Name of the contract corresponding to `contractName` field in the abi. #[validate] pub abi_name: SolidityIdentifier, - /// Name of the caller corresponding to `contractName` feild in the abi. + /// Description of the caller. #[serde(default)] #[validate] pub desc: Description,