Skip to content

Commit 7844cf9

Browse files
Merge pull request #263 from ixcat/issue-150
docs-parts/queries/01-Queries_lang4.rst: += 's' (#150)
2 parents 875c894 + 2f7568c commit 7844cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-parts/queries/01-Queries_lang4.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
The ``exist`` method applied to a query object evaluates to ``true`` if the query returns any entities and to ``false`` if the query result is empty.
2+
The ``exists`` method applied to a query object evaluates to ``true`` if the query returns any entities and to ``false`` if the query result is empty.
33

44
The ``count`` method applied to a query object determines the number of entities returned by the query.
55

0 commit comments

Comments
 (0)