Skip to content

Commit ade9485

Browse files
typo
1 parent cdfbfbe commit ade9485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MaglevEulerSwapFactory.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ contract MaglevEulerSwapFactory is Ownable {
7878
return allPools.length;
7979
}
8080

81-
/// @notice Get a slice of the registered pools array.
81+
/// @notice Get a slice of the deployed pools array.
8282
/// @param _start Start index of the slice.
8383
/// @param _end End index of the slice.
84-
/// @return An array containing the slice of the registered pools.
84+
/// @return An array containing the slice of the deployed pools.
8585
function getAllPoolsListSlice(uint256 _start, uint256 _end) external view returns (address[] memory) {
8686
uint256 length = allPools.length;
8787
if (_end == type(uint256).max) _end = length;

0 commit comments

Comments
 (0)