File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -205,9 +205,9 @@ Version 3.0 Breaking Changes
205205- The driver removes individual cluster events from ``MongoClient.Cluster``. To listen for
206206 cluster events, use `ClusterBuilder.Subscribe() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Core.Configuration.ClusterBuilder.Subscribe.html>`__.
207207
208- - All concrete serializers have been sealed . To implement a custom serializer, implement the
208+ - The driver seals all concrete serializers . To implement a custom serializer, implement the
209209 ``IBsonSerializer`` interface.
210210
211- - The ``MongoClient``, ``MongoDatabase``, and ``MongoCollection`` classes have been
212- sealed. We recommend using the ``IMongoClient``, ``IMongoDatabase``, and
213- ``IMongoCollection`` interfaces directly.
211+ - The driver seals the ``MongoClient``, ``MongoDatabase``, and ``MongoCollection`` classes.
212+ We recommend using the ``IMongoClient``, ``IMongoDatabase``, and ``IMongoCollection``
213+ interfaces directly.
You can’t perform that action at this time.
0 commit comments