Skip to content

Commit

Permalink
docs: fix typo in jsdocs (#4643)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed May 1, 2024
1 parent 2743cda commit d280344
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 @@ -1832,7 +1832,7 @@ function createRemovedLogFilter(log: { blockHash: string, transactionHash: strin
* queries.
*
* Each field that is ``null`` matches **any** value, a field that is
* a ``string`` must match exactly that value and and ``array`` is
* a ``string`` must match exactly that value and ``array`` is
* effectively an ``OR``-ed set, where any one of those values must
* match.
*/
Expand Down

0 comments on commit d280344

Please sign in to comment.