Skip to content

Commit ad31371

Browse files
authored
fix: correct renounceRole RoleRevoked comment
1 parent eb97fd3 commit ad31371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/access/AccessControl.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ abstract contract AccessControl is Context, IAccessControl, ERC165 {
143143
* purpose is to provide a mechanism for accounts to lose their privileges
144144
* if they are compromised (such as when a trusted device is misplaced).
145145
*
146-
* If the calling account had been revoked `role`, emits a {RoleRevoked}
146+
* If the calling account had been granted `role`, emits a {RoleRevoked}
147147
* event.
148148
*
149149
* Requirements:

0 commit comments

Comments
 (0)