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 4a8265d commit 0d6030e
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 @@ -58,7 +58,7 @@ contract StatusMap {
}

/**
* @dev Unsets multiple bits for the account `account` using a provided `indicesMask`.
* @dev Sets multiple bits to 0 for the account `account` using a provided `indicesMask`.
*/
function _unassignMultipleStatuses(address account, uint256 indicesMask) internal {
statusesByAccount[account] &= ~indicesMask;
Expand Down

0 comments on commit 0d6030e

Please sign in to comment.