File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ Version 3.0 Breaking Changes
103103 - Queries that use client-side projections will throw an ``ExpressionNotSupportedException``
104104 by default with v3.0. To enable client-side projections, set the
105105 ``EnableClientSideProjections`` property of a ``TranslationOptions`` object to
106- ``true``. You can pass this ``TranslationOptions`` object to the
107- ``AggregateOptions`` or ``FindOptions`` objects to enable client-side projections
106+ ``true``. You can pass this ``TranslationOptions`` object to an
107+ ``AggregateOptions`` or ``FindOptions`` object to enable client-side projections
108108 for a single query, or to a ``MongoClientSettings`` object to enable client-side projections
109109 for all queries in an application.
110110
You can’t perform that action at this time.
0 commit comments