Skip to content

Commit

Permalink
Update packages/contracts/src/core/permission/PermissionManager.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Claudia Barcelo <[email protected]>
  • Loading branch information
novaknole and clauBv23 authored Sep 17, 2024
1 parent ae3fa2d commit bd934f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ abstract contract PermissionManager is Initializable {
/// @param where The address of the target contract for which the delegatee loses permissions.
/// @param permissionIdOrSelector The permission identifier.
/// @param delegatee The address of the delegatee.
/// @param flags The current flags delegated to the delegatee.
/// @param flags The current flags undelegated to the delegatee.
event PermissionUndelegated(
address indexed where,
bytes32 indexed permissionIdOrSelector,
Expand Down

0 comments on commit bd934f4

Please sign in to comment.