Skip to content

Commit

Permalink
docs: fix natspec for grouped emergency spells base contract (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
amusingaxl authored Dec 13, 2024
1 parent 0129bcd commit 107a165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DssGroupedEmergencySpell.sol
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ abstract contract DssGroupedEmergencySpell is DssEmergencySpell, DssGroupedEmerg
}

/// @notice Executes the emergency actions for the specified ilk.
/// @param _ilk The ilk to set the related Clip breaker.
/// @param _ilk The ilk upon which to execute the emergency actions.
function _emergencyActions(bytes32 _ilk) internal virtual;

/// @notice Returns whether the spell is done for all ilks or not.
Expand Down

0 comments on commit 107a165

Please sign in to comment.