From d2803445b4041aca486e10d45de65e4325c2d701 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Tue, 30 Apr 2024 21:02:16 -0400 Subject: [PATCH] docs: fix typo in jsdocs (#4643) --- src.ts/providers/provider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src.ts/providers/provider.ts b/src.ts/providers/provider.ts index 10efd906f3..4323686cdc 100644 --- a/src.ts/providers/provider.ts +++ b/src.ts/providers/provider.ts @@ -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. */