From ed8f626ffef07a5fe3e66874c673177122aae860 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Mon, 10 Jul 2023 16:14:16 +0300 Subject: [PATCH] revert: undo natspec change --- src/interfaces/ISablierV2ProxyTarget.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/ISablierV2ProxyTarget.sol b/src/interfaces/ISablierV2ProxyTarget.sol index dcfaedbd..51d8b21d 100644 --- a/src/interfaces/ISablierV2ProxyTarget.sol +++ b/src/interfaces/ISablierV2ProxyTarget.sol @@ -12,7 +12,7 @@ import { Permit2Params } from "../types/Permit2.sol"; /// @title ISablierV2ProxyTarget /// @notice Proxy target with stateless scripts for interacting with Sablier V2, designed to be used by -/// stream senders, recipients and the recipients' approved operators. +/// stream senders. /// @dev Intended for use with an instance of PRBProxy through delegate calls. Any standard calls will be reverted. interface ISablierV2ProxyTarget { /*//////////////////////////////////////////////////////////////////////////