Skip to content

Commit

Permalink
docs: say full word instead of abbreviation
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg committed May 25, 2024
1 parent ea9534d commit 0ae5b4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/interfaces/ISablierFlow.sol
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ interface ISablierFlow is
/// @dev Reverts if `streamId` refers to a paused or a null stream.
///
/// Notes:
/// - If the stream has no debt, it returns the timestamp when the debt begins based on current balance and rps.
/// - If the stream has no debt, it returns the timestamp when the debt begins based on current balance and
/// rate per second.
/// - If the stream has debt, it returns 0.
///
/// @param streamId The stream ID for the query.
Expand Down

0 comments on commit 0ae5b4a

Please sign in to comment.