Skip to content

Commit 7863cf6

Browse files
更新 README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f4bf384 commit 7863cf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/data-objectql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ If you're upgrading from a previous version that used custom fetch logic:
422422
$filter: { status: 'active', age: 18 }
423423

424424
// Array format (FilterExpression - native ObjectQL format)
425-
$filter: [['status', '=', 'active'], ['age', '>=', 18]]
425+
$filter: [['status', '=', 'active'], ['age', '=', 18]]
426426
```
427427

428428
## License

0 commit comments

Comments
 (0)