comment fix

This commit is contained in:
pradyuman-verma 2022-06-11 02:32:12 +05:30
parent de1a1a106e
commit da4f5a1c44
No known key found for this signature in database
GPG Key ID: E36FD6BC8923221F

View File

@ -143,7 +143,7 @@ abstract contract InstaLiteConnector is Events, Basic {
* @notice Deleverage Instalite vault. * @notice Deleverage Instalite vault.
* @param vaultAddr Address of vaultAddress Contract. * @param vaultAddr Address of vaultAddress Contract.
* @param deleverageAmount The amount of the token to deleverage. * @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 getIds ID to retrieve amt.
* @param setIds ID to set amt. * @param setIds ID to set amt.
*/ */