diff --git a/lib.commonjs/providers/provider.d.ts b/lib.commonjs/providers/provider.d.ts index f9d4aadd8..82e4d79f7 100644 --- a/lib.commonjs/providers/provider.d.ts +++ b/lib.commonjs/providers/provider.d.ts @@ -965,7 +965,7 @@ export type OrphanFilter = { * 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. */ diff --git a/lib.esm/providers/provider.d.ts b/lib.esm/providers/provider.d.ts index f9d4aadd8..82e4d79f7 100644 --- a/lib.esm/providers/provider.d.ts +++ b/lib.esm/providers/provider.d.ts @@ -965,7 +965,7 @@ export type OrphanFilter = { * 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. */ diff --git a/src.ts/providers/provider.ts b/src.ts/providers/provider.ts index 285b4e923..7620b1c6c 100644 --- a/src.ts/providers/provider.ts +++ b/src.ts/providers/provider.ts @@ -1785,7 +1785,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. */