Update _revokeRole documentation in AccessControl (#5321)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
This commit is contained in:
@ -191,7 +191,7 @@ abstract contract AccessControl is Context, IAccessControl, ERC165 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @dev Attempts to revoke `role` to `account` and returns a boolean indicating if `role` was revoked.
|
* @dev Attempts to revoke `role` from `account` and returns a boolean indicating if `role` was revoked.
|
||||||
*
|
*
|
||||||
* Internal function without access restriction.
|
* Internal function without access restriction.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user