Skip to content

Commit

Permalink
Merge pull request #263 from ixcat/issue-150
Browse files Browse the repository at this point in the history
docs-parts/queries/01-Queries_lang4.rst: += 's' (#150)
  • Loading branch information
guzman-raphael committed Sep 11, 2020
2 parents 875c894 + 2f7568c commit 7844cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-parts/queries/01-Queries_lang4.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

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.
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.

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

Expand Down

0 comments on commit 7844cf9

Please sign in to comment.