From fadb8021cdde5cef62837a1c827b4c56e94b72e1 Mon Sep 17 00:00:00 2001 From: Shriya Tyagi <47134275+shriyatyagii@users.noreply.github.com> Date: Wed, 1 Mar 2023 20:04:02 +0530 Subject: [PATCH] Update contracts/mainnet/connectors/morpho-aave-v3/main.sol --- contracts/mainnet/connectors/morpho-aave-v3/main.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/mainnet/connectors/morpho-aave-v3/main.sol b/contracts/mainnet/connectors/morpho-aave-v3/main.sol index b63c2794..0501864c 100644 --- a/contracts/mainnet/connectors/morpho-aave-v3/main.sol +++ b/contracts/mainnet/connectors/morpho-aave-v3/main.sol @@ -86,7 +86,7 @@ abstract contract MorphoAaveV3 is Helpers, Events { /** * @dev Deposit ETH/ERC20_Token on behalf of a user. - * @notice Deposit a token to Morpho Aave for lending / collaterization on behalf of a user. + * @notice Deposit a token to Morpho Aave for lending on behalf of a user. * @param _tokenAddress The address of underlying token to deposit.(For ETH: 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE) * @param _amount The amount of the token (in underlying) to deposit. (For max: `uint256(-1)`) * @param _onBehalf The address of user on behalf of whom we want to deposit.