Fixed the configurator comment

This commit is contained in:
The3D 2020-07-27 10:03:53 +02:00
parent 6752203c5c
commit 729abc0769

View File

@ -13,8 +13,8 @@ import '../tokenization/AToken.sol';
/**
* @title LendingPoolConfigurator contract
* @author Aave
* @notice Executes configuration methods on the LendingPoolCore contract. Allows to enable/disable reserves,
* and LiquidationThreshold different protocol parameters.
* @notice Executes configuration methods on the LendingPoolCore contract. Allows to enable/disable reserves
* and set different protocol parameters.
**/
contract LendingPoolConfigurator is VersionedInitializable {