diff --git a/src/interfaces/IKillSwitchOracle.sol b/src/interfaces/IKillSwitchOracle.sol index 5deb977..9e6ed14 100644 --- a/src/interfaces/IKillSwitchOracle.sol +++ b/src/interfaces/IKillSwitchOracle.sol @@ -89,7 +89,7 @@ interface IKillSwitchOracle { function disableOracle(address oracle) external; /** - * @dev Resets the contract, clearing all set oracles and thresholds. + * @dev Resets the trigger, allowing the kill switch to be triggered again. */ function reset() external;