Skip to content

Commit f035371

Browse files
committed
typos
1 parent ad668c6 commit f035371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/whats-new.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ New features of the 4.4 Node.js driver release include:
3232
- In the 4.0.0 release of the driver, the deprecated ``collection.count()`` method was inadvertently changed to behave like ``collection.countDocuments()``.
3333
In this release, the ``collection.count()`` method is updated to match legacy behavior:
3434

35-
- If a query is provided, ``collection.count()`` behaves the same as ``collection.countDocuments()`` and perform a collection scan.
36-
- If no query is not provided, ``collection.count()`` behaves the same as ``collection.estimatedDocumentCount()`` and relies on
35+
- If a query is provided, ``collection.count()`` behaves the same as ``collection.countDocuments()`` and performs a collection scan.
36+
- If no query is provided, ``collection.count()`` behaves the same as ``collection.estimatedDocumentCount()`` and relies on
3737
collection metadata.
3838

3939
.. important:: Deprecation Notice

0 commit comments

Comments
 (0)