@@ -44,8 +44,7 @@ For more information on object types, see the
4444Type Parameters that Extend Document
4545~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4646
47- The following classes accept all types that both extend
48- the ``Document`` interface and are not mutually recursive:
47+ The following classes accept all types that extend the ``Document`` interface:
4948
5049.. _node-mongodb-type-parameters-extend-document:
5150
@@ -71,14 +70,10 @@ You can pass a type parameter that extends the ``Document`` interface like this:
7170 :start-after: start-no-key
7271 :end-before: end-no-key
7372
74- To view an example of a mutually recursive type, which is not supported by the
75- :ref:`preceding classes <node-mongodb-type-parameters-extend-document>`,
76- see the :ref:`<node-driver-limitations-mutual-recursion>` section.
77-
7873Type Parameters of Any Type
7974~~~~~~~~~~~~~~~~~~~~~~~~~~~
8075
81- The following classes accept all type parameters that are not mutually recursive :
76+ The following classes accept all type parameters:
8277
8378.. _node-mongodb-type-parameters-any-type:
8479
@@ -89,11 +84,6 @@ You can find a code snippet that shows how to specify a type for the ``FindCurso
8984class in the
9085:ref:`Find Multiple Documents Usage Example <node-driver-find-usage-example-code-snippet>`.
9186
92- To view an example of a mutually recursive type, which is not supported by the
93- :ref:`preceding classes <node-mongodb-type-parameters-any-type>`,
94- see the :ref:`<node-driver-limitations-mutual-recursion>` section.
95-
96-
9787Type Safety and Dot Notation
9888~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9989
0 commit comments