Skip to content

Commit

Permalink
docs: correct outdated natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg committed Oct 6, 2024
1 parent 03c3adb commit b6614ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SablierFlow.sol
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ contract SablierFlow is
return _streams[streamId].balance - _coveredDebtOf(streamId);
}

/// @notice Calculates the total debt at the provided time.
/// @notice Calculates the total debt.
/// @dev The total debt is the sum of the snapshot debt and the ongoing debt. This value is independent of the
/// stream's balance.
function _totalDebtOf(uint256 streamId) internal view returns (uint128) {
Expand Down

0 comments on commit b6614ff

Please sign in to comment.