doc: configurator: fixed a typoe in comments

This commit is contained in:
Hadrien Charlanes 2021-05-31 17:20:32 +02:00
parent b98bafdcaf
commit 709e3916bf

View File

@ -222,7 +222,7 @@ interface ILendingPoolConfigurator {
function batchInitReserve(InitReserveInput[] calldata input) external; function batchInitReserve(InitReserveInput[] calldata input) external;
/** /**
* @dev pauseReservev Updates the aToken implementation for the reserve * @dev Updates the aToken implementation for the reserve
* @param input The aToken update paramenters * @param input The aToken update paramenters
**/ **/
function updateAToken(UpdateATokenInput calldata input) external; function updateAToken(UpdateATokenInput calldata input) external;