Skip to content

Commit c8d6ac8

Browse files
authored
fix(IContinuousIndexing): fix currentIndex Natspec (#198)
1 parent fe67657 commit c8d6ac8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/interfaces/IContinuousIndexing.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ interface IContinuousIndexing {
2626

2727
/* ============ View/Pure Functions ============ */
2828

29-
/// @notice The current index that would be written to storage if `updateIndex` is called.
29+
/// @notice The current index that was last written to storage when `updatedIndex` was called.
3030
function currentIndex() external view returns (uint128);
3131

3232
/// @notice The latest updated index.

0 commit comments

Comments
 (0)