From a6a3d8438e968287fce5c428f96a23b0443e5b9e Mon Sep 17 00:00:00 2001 From: Shriya Tyagi <47134275+shriyatyagii@users.noreply.github.com> Date: Fri, 29 Apr 2022 02:05:59 +0400 Subject: [PATCH] Update contracts/arbitrum/connectors/aave/v3/main.sol Co-authored-by: 0xPradyuman <63545809+pradyuman-verma@users.noreply.github.com> --- contracts/arbitrum/connectors/aave/v3/main.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/arbitrum/connectors/aave/v3/main.sol b/contracts/arbitrum/connectors/aave/v3/main.sol index 7f39fbcd..e8cd1ae6 100644 --- a/contracts/arbitrum/connectors/aave/v3/main.sol +++ b/contracts/arbitrum/connectors/aave/v3/main.sol @@ -194,7 +194,7 @@ abstract contract AaveResolver is Events, Helpers { * @notice Borrow a token using Aave v3 on behalf of a user * @param token The address of the token to borrow.(For ETH: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE) * @param amt The amount of the token to borrow. - * @param rateMode The type of borrow debt. (For Stable: 1, Variable: 2) + * @param rateMode The type of debt. (For Stable: 1, Variable: 2) * @param onBehalfOf The user who will incur the debt * @param getId ID to retrieve amt. * @param setId ID stores the amount of tokens borrowed.