From 2aaade8b77fc44a559b1751b5849499a01f290dd Mon Sep 17 00:00:00 2001 From: Giorgi Lagidze Date: Fri, 15 Nov 2024 15:13:16 +0400 Subject: [PATCH] lint contract --- packages/contracts/src/MajorityVotingBase.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/contracts/src/MajorityVotingBase.sol b/packages/contracts/src/MajorityVotingBase.sol index 132964d6..dacd0aa9 100644 --- a/packages/contracts/src/MajorityVotingBase.sol +++ b/packages/contracts/src/MajorityVotingBase.sol @@ -525,7 +525,7 @@ abstract contract MajorityVotingBase is /// @return tally The current tally of the proposal. /// @return actions The actions to be executed to the `target` contract address. /// @return allowFailureMap The bit map representations of which actions are allowed to revert so tx still succeeds. - /// @return targetConfig Execution configuration that was applied to the proposal when it was created. Added in build 3. + /// @return targetConfig Execution configuration, applied to the proposal when it was created. Added in build 3. function getProposal( uint256 _proposalId )