diff --git a/contracts/0.8.25/vaults/Dashboard.sol b/contracts/0.8.25/vaults/Dashboard.sol index 9a75bd730..dd082bd12 100644 --- a/contracts/0.8.25/vaults/Dashboard.sol +++ b/contracts/0.8.25/vaults/Dashboard.sol @@ -381,9 +381,9 @@ contract Dashboard is AccessControlEnumerable { } /** - * @notice Burns stETH tokens (in shares) backed by the vault from the sender using EIP-2612 Permit. + * @notice Burns stETH tokens (in shares) backed by the vault from the sender using EIP-2612 Permit (with value in stETH). * @param _amountOfShares Amount of stETH shares to burn - * @param _permit data required for the stETH.permit() method to set the allowance + * @param _permit data required for the stETH.permit() with amount in stETH */ function burnSharesWithPermit( uint256 _amountOfShares,