Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions crates/cli/src/meta/types/interpreter_caller/v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading