From f3178b78652556b3fe3a71f6f020d3f4e0147633 Mon Sep 17 00:00:00 2001 From: Sam MacPherson Date: Fri, 15 Mar 2024 10:48:33 -0400 Subject: [PATCH] fix the reset natspec --- src/interfaces/IKillSwitchOracle.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;