Skip to content

Commit

Permalink
fixed optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mdgeorge4153 committed Oct 30, 2023
1 parent 5a44b1c commit 0609926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cvl/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ skipped if the method does not exist in the contract.
For example:
```cvl
methods {
function mint(address _to, uint256 _amount, bytes calldata _data) external;
function mint(address _to, uint256 _amount, bytes calldata _data) external optional;
}
```

Expand Down

0 comments on commit 0609926

Please sign in to comment.