Skip to content

Commit

Permalink
fix: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Potapkin committed Jun 7, 2022
1 parent 32d56a7 commit 4f7646f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/voting/contracts/Voting.sol
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ contract Voting is IForwarder, AragonApp {
}

/**
* @notice Tells whether `_voter` can participate in the main phase of the vote #`_voteId`
* @notice Tells whether `_voter` can participate in the main or objection phase of the vote #`_voteId`
* @dev Initialization check is implicitly provided by `voteExists()` as new votes can only be
* created via `newVote(),` which requires initialization
* @param _voteId Vote identifier
Expand Down Expand Up @@ -294,7 +294,7 @@ contract Voting is IForwarder, AragonApp {
* @return Vote nays amount
* @return Vote power
* @return Vote script
* @return Vote phase.
* @return Vote phase
*/
function getVote(uint256 _voteId)
public
Expand Down

0 comments on commit 4f7646f

Please sign in to comment.