Skip to content

Commit

Permalink
polish notice
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg committed Feb 12, 2025
1 parent 9b5a28d commit 31c5c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/ISablierFlow.sol
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ interface ISablierFlow is
/// @param amount The deposit amount, denoted in token's decimals.
function restartAndDeposit(uint256 streamId, UD21x18 ratePerSecond, uint128 amount) external payable;

/// @notice Transfers ERC-20 tokens from the caller to the `to` address using `token`.
/// @notice Transfers ERC-20 tokens from the caller to the to address.
/// @dev `msg.sender` must have approved this contract to spend the tokens.
/// @param token The contract address of the ERC-20 token to be transferred.
/// @param to The address receiving the tokens.
Expand Down

0 comments on commit 31c5c00

Please sign in to comment.