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 bd934f4 commit 352f8a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/contracts/src/core/permission/PermissionManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@ abstract contract PermissionManager is Initializable {
uint256 flags
);

/// @notice Emitted when a owner does get removed.
/// @notice Emitted when an owner does get removed.
/// @param where The address of the target contract for which the owner loses permissions.
/// @param permissionIdOrSelector The permission identifier.
/// @param owner The address of the new owner.
/// @param flags The new flags of the owner.
/// @param owner The address of the owner.
/// @param flags The flags to remove from the owner.
event OwnerRemoved(
address indexed where,
bytes32 indexed permissionIdOrSelector,
Expand Down

0 comments on commit 352f8a2

Please sign in to comment.