diff --git a/src/interfaces/vault/IVault.sol b/src/interfaces/vault/IVault.sol index 9fbb73a..5cc168d 100644 --- a/src/interfaces/vault/IVault.sol +++ b/src/interfaces/vault/IVault.sol @@ -215,7 +215,8 @@ interface IVault is IMigratableEntity, IVaultStorage { /** * @notice Get a total amount of the collateral that can be slashed for a given account. - * @return total amount of the slashable collateral + * @param account account to get the slashable collateral for + * @return total amount of the account's slashable collateral */ function slashableBalanceOf( address account