From 31c5c00b7b40794b3500e23291496556e2aa0765 Mon Sep 17 00:00:00 2001 From: Andrei Vlad Birgaoanu Date: Wed, 12 Feb 2025 16:56:30 +0200 Subject: [PATCH] polish notice --- src/interfaces/ISablierFlow.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/ISablierFlow.sol b/src/interfaces/ISablierFlow.sol index 27777309..ecd97b2b 100644 --- a/src/interfaces/ISablierFlow.sol +++ b/src/interfaces/ISablierFlow.sol @@ -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.