Skip to content

Commit ac74278

Browse files
committed
fix
1 parent 76cb126 commit ac74278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/read/count.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ and estimated count of the number of documents in a collection. The following me
2525
count documents in a collection:
2626

2727
- ``MongoDB\Collection::countDocuments()``: Returns the exact number of documents that
28-
match a query filter or that exist in a collection
28+
match a query filter or that exist in a collection
2929

3030
- ``MongoDB\Collection::estimatedDocumentCount()``: Returns the estimated number of documents
3131
in a collection

0 commit comments

Comments
 (0)