Skip to content

Commit

Permalink
comment wording fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcclurejt committed Dec 19, 2024
1 parent ea3f669 commit a69e210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/EverlongStrategy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ contract EverlongStrategy is BaseStrategy {

/// @dev Withdraw function that can be called after the vault is shut down.
/// Takes all longs controlled by the strategy and transfers them to
/// the management address.
/// the emergency admin address.
/// @param . Amount of assets to withdraw. This is ignored to reduce the
/// likelihood of reverts.
function _emergencyWithdraw(uint256) internal override {
Expand Down

0 comments on commit a69e210

Please sign in to comment.