Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ly0va committed Jan 10, 2025
1 parent 162f696 commit 736547c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/IValidatorManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ interface IValidatorManager {
function removeModuleValidator(address validator, bytes calldata deinitData) external;

/**
* @notice Removes a validator from the list of modular validators while ignoring reverts its from `onUninstall` teardown function.
* @notice Removes a validator from the list of modular validators while ignoring reverts from its `onUninstall` teardown function.
* @dev Can only be called by self
* @param validator address - Address of the validator to remove
* @param deinitData - Data to pass to the validator's `onUninstall` function
Expand Down

0 comments on commit 736547c

Please sign in to comment.