Skip to content

Commit

Permalink
Update packages/contracts/src/plugins/governance/multisig/Multisig.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Heuer <[email protected]>
  • Loading branch information
mathewmeconry and heueristik authored Mar 23, 2023
1 parent 114bc0c commit 58c817a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ contract Multisig is
error ApprovalCastForbidden(uint256 proposalId, address sender);

/// @notice Thrown if the proposal execution is forbidden.
/// @param proposalId The ID of the proposal.s
/// @param proposalId The ID of the proposal.
error ProposalExecutionForbidden(uint256 proposalId);

/// @notice Thrown if the minimal approvals value is out of bounds (less than 1 or greater than the number of members in the address list).
Expand Down

0 comments on commit 58c817a

Please sign in to comment.