chore: remove repetitive words

Signed-off-by: cuithon <dscs@outlook.com>
This commit is contained in:
cuithon 2024-03-12 15:49:59 +08:00
parent ad5f1c5fc7
commit 8d48ec3f70
3 changed files with 3 additions and 3 deletions

View File

@ -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.
*/

View File

@ -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.
*/

View File

@ -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.
*/