From 3cbb122a2d9711ad631227a049804c35291a2730 Mon Sep 17 00:00:00 2001 From: eboado Date: Thu, 26 Nov 2020 10:38:50 +0100 Subject: [PATCH] - Fixed typo on IStableDebtToken --- contracts/interfaces/IStableDebtToken.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/interfaces/IStableDebtToken.sol b/contracts/interfaces/IStableDebtToken.sol index b6741e92..190f34e9 100644 --- a/contracts/interfaces/IStableDebtToken.sol +++ b/contracts/interfaces/IStableDebtToken.sol @@ -34,10 +34,10 @@ interface IStableDebtToken { /** * @dev Emitted when new stable debt is burned * @param user The address of the user - * @param amount The amount minted + * @param amount The amount being burned * @param currentBalance The current balance of the user * @param balanceIncrease The the increase in balance since the last action of the user - * @param avgStableRate The new average stable rate after the minting + * @param avgStableRate The new average stable rate after the burning * @param newTotalSupply The new total supply of the stable debt token after the action **/ event Burn(