- Fix redeem() = withdraw() on docs

This commit is contained in:
eboado 2020-11-26 10:29:53 +01:00
parent 16d330c5f7
commit 3ef75e4018
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ interface IAToken is IERC20, IScaledBalanceToken {
/**
* @dev Transfers the underlying asset to `target`. Used by the LendingPool to transfer
* assets in borrow(), redeem() and flashLoan()
* assets in borrow(), withdraw() and flashLoan()
* @param user The recipient of the aTokens
* @param amount The amount getting transferred
* @return The amount transferred

View File

@ -239,7 +239,7 @@ contract AToken is VersionedInitializable, IncentivizedERC20, IAToken {
/**
* @dev Transfers the underlying asset to `target`. Used by the LendingPool to transfer
* assets in borrow(), redeem() and flashLoan()
* assets in borrow(), withdraw() and flashLoan()
* @param target The recipient of the aTokens
* @param amount The amount getting transferred
* @return The amount transferred