Skip to content

Commit 2465cca

Browse files
committed
fix: linting
1 parent a64f159 commit 2465cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/experimental/gov-proposal-validator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Note: `MaintenanceUpgradeProposals`type can move straight to voting if all submi
7171
function submitProposal(
7272
address[] memory _targets,
7373
uint256[] memory _values,
74-
bytes[] memory _calldata,
74+
bytes[] memory _calldatas,
7575
string memory _description,
7676
ProposalType _proposalType,
7777
uint8 _proposalTypeConfiguration,
@@ -97,7 +97,7 @@ function submitFundingProposal(
9797
address _to,
9898
uint256 _amount,
9999
string memory _description,
100-
ProposalType _proposalType,
100+
ProposalType _proposalType,
101101
uint8 _proposalTypeConfiguration
102102
) external returns (bytes32 proposalHash_);
103103
```

0 commit comments

Comments
 (0)