@@ -28,7 +28,7 @@ TypeScript
2828- We've migrated the driver to TypeScript. You can now harness the type
2929 hinting and intellisense features in editors that support it to develop
3030 your MongoDB applications. Enjoy the benefits of this work in pure JavaScript
31- projects as well!
31+ projects as well.
3232
3333- The underlying BSON library used by this version is now migrated to
3434 TypeScript.
@@ -41,8 +41,8 @@ TypeScript
4141 achieve a one to one match in types due to the details of writing the
4242 codebase in TypeScript.
4343
44- We'd love to hear your TypeScript related feature requests! Please submit
45- ideas on our `JIRA project here <https://jira.mongodb.org/projects/NODE>`__.
44+ We'd love to hear your TypeScript related feature requests. Please submit
45+ ideas on our `JIRA project here <https://jira.mongodb.org/projects/NODE>`__.
4646
4747Key Changes
4848~~~~~~~~~~~
@@ -62,14 +62,6 @@ until summer 2022 to allow time to upgrade.
6262Cursor Improvements
6363+++++++++++++++++++
6464
65- Affected classes:
66-
67- - ``AbstractCursor``
68- - ``FindCursor``
69- - ``AggregationCursor``
70- - ``ChangeStreamCursor`` (This is the underlying cursor for ``ChangeStream``)
71- - ``ListCollectionsCursor``
72-
7365Our Cursor implentation is now updated to make it clear what is possible
7466before and after execution of an operation.
7567
@@ -91,6 +83,14 @@ similar to the following:
9183
9284``MongoError: Cursor is already initialized``
9385
86+ - Affected classes:
87+
88+ - ``AbstractCursor``
89+ - ``FindCursor``
90+ - ``AggregationCursor``
91+ - ``ChangeStreamCursor`` (This is the underlying cursor for ``ChangeStream``)
92+ - ``ListCollectionsCursor``
93+
9494Cursor Stream API
9595^^^^^^^^^^^^^^^^^
9696
@@ -279,7 +279,7 @@ File Deletion
279279Finding File Metadata
280280^^^^^^^^^^^^^^^^^^^^^
281281
282- File metadata that used to be accessible on the GridStore instance can be
282+ File metadata that used to be accessible on the `` GridStore`` instance can be
283283found by querying the bucket.
284284
285285.. example::
0 commit comments