Skip to content

Commit d280344

Browse files
committed
docs: fix typo in jsdocs (#4643)
1 parent 2743cda commit d280344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src.ts/providers/provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,7 @@ function createRemovedLogFilter(log: { blockHash: string, transactionHash: strin
18321832
* queries.
18331833
*
18341834
* Each field that is ``null`` matches **any** value, a field that is
1835-
* a ``string`` must match exactly that value and and ``array`` is
1835+
* a ``string`` must match exactly that value and ``array`` is
18361836
* effectively an ``OR``-ed set, where any one of those values must
18371837
* match.
18381838
*/

0 commit comments

Comments
 (0)