We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a900cee commit e5aa07eCopy full SHA for e5aa07e
source/whats-new.txt
@@ -62,7 +62,7 @@ The 3.0 driver release includes the following new features:
62
63
- The ``IMongoClient`` interface inherits the ``IDisposable`` interface. As a result, the
64
``MongoClient`` class and other classes that implement the ``IMongoClient`` interface
65
- contain a ``Dispose()`` method. To learn more about this interface and use of the
+ contain a ``Dispose()`` method. To learn more about the ``IDisposable`` interface and how to use the
66
``Dispose()`` method, see
67
`Dispose Pattern <https://learn.microsoft.com/en-us/dotnet/standard/design-guidelines/dispose-pattern>`__
68
on MSDN.
0 commit comments