Skip to content

Commit

Permalink
docs: polish
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jan 7, 2025
1 parent e65dcb2 commit ade39df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/interfaces/ISablierFlow.sol
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,8 @@ interface ISablierFlow is

/// @notice Returns the stream's status.
/// @dev Reverts if `streamId` references a null stream.
/// Note:
/// - Streams can be paused and resumed at any moment. As a result, integrators should exercise caution when
/// depending on the return value of this function.
/// Integrators should exercise caution when depending on the return value of this function as streams can be paused
/// and resumed at any moment.
/// @param streamId The stream ID for the query.
function statusOf(uint256 streamId) external view returns (Flow.Status status);

Expand Down

0 comments on commit ade39df

Please sign in to comment.