Skip to content

Commit 68269d9

Browse files
committed
fix: fix jsDoc
1 parent 1a15e78 commit 68269d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/payment-processor/src/payment/single-request-forwarder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export async function payWithERC20SingleRequestForwarder(
190190
* @param forwarderAddress - The address of the SingleRequestForwarder contract
191191
* @param signer - The Ethereum signer used to execute the payment transaction
192192
* @param amount - The amount to be paid
193-
* @throws {Error} If the contract is an EthereumSingleRequestForwarder
193+
* @throws {Error} If the contract is not an EthereumSingleRequestForwarder
194194
*/
195195
export async function payWithEthereumSingleRequestForwarder(
196196
forwarderAddress: string,

0 commit comments

Comments
 (0)