We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76cb126 commit ac74278Copy full SHA for ac74278
source/read/count.txt
@@ -25,7 +25,7 @@ and estimated count of the number of documents in a collection. The following me
25
count documents in a collection:
26
27
- ``MongoDB\Collection::countDocuments()``: Returns the exact number of documents that
28
- match a query filter or that exist in a collection
+ match a query filter or that exist in a collection
29
30
- ``MongoDB\Collection::estimatedDocumentCount()``: Returns the estimated number of documents
31
in a collection
0 commit comments