Skip to content

Commit 2dd1551

Browse files
committed
fix: Update wording of token update functions in ConfiguratorLogic
1 parent 5cdfcdf commit 2dd1551

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contracts/protocol/libraries/logic/ConfiguratorLogic.sol

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ library ConfiguratorLogic {
125125
}
126126

127127
/**
128-
* @notice Updates aToken implementation and initialize new implementation
128+
* @notice Updates the aToken implementation and initializes it
129129
* @dev Emits the `ATokenUpgraded` event
130130
* @param cachedPool The Pool containing the reserve with the aToken
131131
* @param input The parameters needed for the initialize call
@@ -154,7 +154,7 @@ library ConfiguratorLogic {
154154
}
155155

156156
/**
157-
* @notice Updates stable debt token implementation and initialize new implementation
157+
* @notice Updates the stable debt token implementation and initializes it
158158
* @dev Emits the `StableDebtTokenUpgraded` event
159159
* @param cachedPool The Pool containing the reserve with the stable debt token
160160
* @param input The parameters needed for the initialize call
@@ -191,7 +191,7 @@ library ConfiguratorLogic {
191191
}
192192

193193
/**
194-
* @notice Updates variable debt token implementation and initialize new implementation
194+
* @notice Updates the variable debt token implementation and initializes it
195195
* @dev Emits the `VariableDebtTokenUpgraded` event
196196
* @param cachedPool The Pool containing the reserve with the variable debt token
197197
* @param input The parameters needed for the initialize call

0 commit comments

Comments
 (0)