File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
contracts/protocol/libraries/logic Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ library ConfiguratorLogic {
125
125
}
126
126
127
127
/**
128
- * @notice Updates aToken implementation and initialize new implementation
128
+ * @notice Updates the aToken implementation and initializes it
129
129
* @dev Emits the `ATokenUpgraded` event
130
130
* @param cachedPool The Pool containing the reserve with the aToken
131
131
* @param input The parameters needed for the initialize call
@@ -154,7 +154,7 @@ library ConfiguratorLogic {
154
154
}
155
155
156
156
/**
157
- * @notice Updates stable debt token implementation and initialize new implementation
157
+ * @notice Updates the stable debt token implementation and initializes it
158
158
* @dev Emits the `StableDebtTokenUpgraded` event
159
159
* @param cachedPool The Pool containing the reserve with the stable debt token
160
160
* @param input The parameters needed for the initialize call
@@ -191,7 +191,7 @@ library ConfiguratorLogic {
191
191
}
192
192
193
193
/**
194
- * @notice Updates variable debt token implementation and initialize new implementation
194
+ * @notice Updates the variable debt token implementation and initializes it
195
195
* @dev Emits the `VariableDebtTokenUpgraded` event
196
196
* @param cachedPool The Pool containing the reserve with the variable debt token
197
197
* @param input The parameters needed for the initialize call
You can’t perform that action at this time.
0 commit comments