Skip to content

Commit

Permalink
Update contracts/StatusMap.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Raphael <10075759+ra-phael@users.noreply.github.com>
  • Loading branch information
sudoFerraz and ra-phael authored Nov 22, 2023
1 parent 30c1a3e commit 4a8265d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/StatusMap.sol
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ contract StatusMap {
}

/**
* @dev Sets the bit at `index` for the account `account`.
* @dev Sets the bit at `index` to 1 for the account `account`.
*/
function _assignStatus(address account, uint256 index) internal {
uint256 mask = 1 << (index);
Expand Down

0 comments on commit 4a8265d

Please sign in to comment.