chore: remove repetitive words
Signed-off-by: cuithon <dscs@outlook.com>
This commit is contained in:
parent
ad5f1c5fc7
commit
8d48ec3f70
2
lib.commonjs/providers/provider.d.ts
vendored
2
lib.commonjs/providers/provider.d.ts
vendored
@ -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.
|
||||
*/
|
||||
|
2
lib.esm/providers/provider.d.ts
vendored
2
lib.esm/providers/provider.d.ts
vendored
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user