Skip to content

Commit

Permalink
fix(IContinuousIndexing): fix currentIndex Natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
PierrickGT committed Nov 23, 2024
1 parent fe67657 commit fe0b798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/IContinuousIndexing.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ interface IContinuousIndexing {

/* ============ View/Pure Functions ============ */

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

/// @notice The latest updated index.
Expand Down

0 comments on commit fe0b798

Please sign in to comment.