Skip to content

Commit

Permalink
fix: Fix grammar in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkazak authored Feb 3, 2025
1 parent 828dbc3 commit 40a1b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/access/IAccessControl.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ interface IAccessControl {
* @dev Emitted when `newAdminRole` is set as ``role``'s admin role, replacing `previousAdminRole`
*
* `DEFAULT_ADMIN_ROLE` is the starting admin for all roles, despite
* {RoleAdminChanged} not being emitted signaling this.
* {RoleAdminChanged} not being emitted to signal this.
*/
event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole);

Expand Down

0 comments on commit 40a1b02

Please sign in to comment.