We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe67657 commit c8d6ac8Copy full SHA for c8d6ac8
1 file changed
src/interfaces/IContinuousIndexing.sol
@@ -26,7 +26,7 @@ interface IContinuousIndexing {
26
27
/* ============ View/Pure Functions ============ */
28
29
- /// @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.
30
function currentIndex() external view returns (uint128);
31
32
/// @notice The latest updated index.
0 commit comments