Skip to content

Commit acfec28

Browse files
authored
chore: fix typo in comment
1 parent 7dd88a4 commit acfec28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contracts/src/interfaces/IEscrow.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ interface IEscrow {
7676
/// @dev Create a transaction.
7777
/// @param _deadline Time after which a party can automatically execute the arbitrable transaction.
7878
/// @param _transactionUri The IPFS Uri Hash of the transaction.
79-
/// @param _buyer Party that pays for the transaction. Note that msg.sender can provide finds on their behalf.
79+
/// @param _buyer Party that pays for the transaction. Note that msg.sender can provide funds on their behalf.
8080
/// @param _seller The recipient of the transaction.
8181
/// @return transactionID The index of the transaction.
8282
function createNativeTransaction(
@@ -91,7 +91,7 @@ interface IEscrow {
9191
/// @param _token The ERC20 token contract.
9292
/// @param _deadline Time after which a party can automatically execute the arbitrable transaction.
9393
/// @param _transactionUri The IPFS Uri Hash of the transaction.
94-
/// @param _buyer Party that pays for the transaction. Note that msg.sender can provide finds on their behalf.
94+
/// @param _buyer Party that pays for the transaction. Note that msg.sender can provide funds on their behalf.
9595
/// @param _seller The recipient of the transaction.
9696
/// @return transactionID The index of the transaction.
9797
function createERC20Transaction(

0 commit comments

Comments
 (0)