Skip to content

Commit 7d02b8e

Browse files
committed
Fix
1 parent 16733eb commit 7d02b8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/upgrade/v3.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)