From 6e94d11e2a8a33a6a9ce918f4ee169f432701f6d Mon Sep 17 00:00:00 2001 From: Lasse Herskind <16536249+LHerskind@users.noreply.github.com> Date: Tue, 21 Sep 2021 13:33:56 +0200 Subject: [PATCH] fix: Update comment in `IInitializableStaticATokenLM` --- contracts/interfaces/IInitializableStaticATokenLM.sol | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contracts/interfaces/IInitializableStaticATokenLM.sol b/contracts/interfaces/IInitializableStaticATokenLM.sol index 883fa6db..bd719ee2 100644 --- a/contracts/interfaces/IInitializableStaticATokenLM.sol +++ b/contracts/interfaces/IInitializableStaticATokenLM.sol @@ -12,8 +12,8 @@ import {IAaveIncentivesController} from './IAaveIncentivesController.sol'; interface IInitializableStaticATokenLM { /** * @dev Emitted when a StaticATokenLM is initialized - * @param pool The address of the lending pool where this aToken will be used - * @param aToken The address of the underlying asset of this aToken (aWETH) + * @param pool The address of the lending pool where the underlying aToken is used + * @param aToken The address of the underlying aToken (aWETH) * @param staticATokenName The name of the Static aToken * @param staticATokenSymbol The symbol of the Static aToken **/ @@ -26,9 +26,9 @@ interface IInitializableStaticATokenLM { /** * @dev Initializes the StaticATokenLM - * @param pool The address of the lending pool where this aToken will be used + * @param pool The address of the lending pool where the underlying aToken is used * @param aToken The address of the underlying aToken (aWETH) - * @param staticATokenName The name of the stat Static aToken + * @param staticATokenName The name of the Static aToken * @param staticATokenSymbol The symbol of the Static aToken */ function initialize(