Skip to content

Commit

Permalink
docs: fixed typo in jsdocs (#4391).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Nov 1, 2023
1 parent 2e0bd90 commit 73adb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.ts/providers/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ export class TransactionReceipt implements TransactionReceiptParams, Iterable<Lo
readonly provider!: Provider;

/**
* The address the transaction was send to.
* The address the transaction was sent to.
*/
readonly to!: null | string;

Expand Down

0 comments on commit 73adb39

Please sign in to comment.