From da4f5a1c44ebed24d632a3cbbaf99603d0104d91 Mon Sep 17 00:00:00 2001 From: pradyuman-verma Date: Sat, 11 Jun 2022 02:32:12 +0530 Subject: [PATCH] comment fix --- contracts/mainnet/connectors/instaLite/main.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/mainnet/connectors/instaLite/main.sol b/contracts/mainnet/connectors/instaLite/main.sol index 8f2249d8..fc6eef50 100644 --- a/contracts/mainnet/connectors/instaLite/main.sol +++ b/contracts/mainnet/connectors/instaLite/main.sol @@ -143,7 +143,7 @@ abstract contract InstaLiteConnector is Events, Basic { * @notice Deleverage Instalite vault. * @param vaultAddr Address of vaultAddress Contract. * @param deleverageAmount The amount of the token to deleverage. - * @param withdrawAmount The amount of the token to deleverage. + * @param withdrawAmount The amount of the token to withdraw. * @param getIds ID to retrieve amt. * @param setIds ID to set amt. */