mirror of
https://github.com/ent/ent.git
synced 2026-05-04 08:30:57 +03:00
doc/md: fix predicate examples (#2140)
This commit is contained in:
@@ -253,7 +253,7 @@ sqljson.LenEQ(user.FieldAttrs, 2)
|
||||
|
||||
sql.Or(
|
||||
sqljson.LenGT(user.FieldData, 10, sqljson.Path("attributes")),
|
||||
sqljson.LenLT(user.FieldData, 20, sqljson.Path("attributes")),
|
||||
sqljson.LenLT(user.FieldData, 20, sqljson.Path("attributes")),
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user