File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ provides an **accurate** count of the number of documents and supports
42
42
specifying a filter. Choose the appropriate method for your workload.
43
43
44
44
To specify which documents you wish to count, ``countDocuments()``
45
- accepts a :ref:`query </crud/query >` parameter.
45
+ accepts a :ref:`query <node-find >` parameter.
46
46
``countDocuments()`` counts the documents that match the specified query.
47
47
48
48
``countDocuments()`` and ``estimatedDocumentCount()`` support optional
Original file line number Diff line number Diff line change 1
1
.. note :: No TypeScript Specific Features
2
2
3
- The following code example only uses JavaScript. There are no TypeScript
3
+ The following code example uses JavaScript. There are no TypeScript
4
4
specific features of the driver relevant to this use case.
You can’t perform that action at this time.
0 commit comments