Skip to content

Commit 057ef51

Browse files
committed
Fix
1 parent 6cc21eb commit 057ef51

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
@@ -97,7 +97,7 @@ Version 3.0 Breaking Changes
9797
To configure logging in your application, see the :ref:`csharp-logging` guide.
9898

9999
- The LINQ2 provider has been removed from this version of the driver.
100-
You must use LINQ3 for all LINQ queries. This change has the following effects on the
100+
You must use LINQ3 for all LINQ queries. This change has the following effect on the
101101
driver:
102102

103103
- Queries that use client-side projections will throw an ``ExpressionNotSupportedException``
@@ -110,7 +110,7 @@ Version 3.0 Breaking Changes
110110

111111
- Previous versions of the {+driver-short+} supported two GUID representation modes.
112112
In version 3.0, ``GuidRepresentationMode.V3`` is the only supported mode. This change
113-
has the following effect on the driver:
113+
has the following effects on the driver:
114114

115115
- The ``BsonBinaryData(Guid)`` constructor has been removed. To construct a ``BsonBinaryData``
116116
object from a GUID, use the ``BsonBinaryData.Create(Guid, GuidRepresentation)`` constructor.

0 commit comments

Comments
 (0)