Skip to content

Commit 27f057b

Browse files
Fix typo in GUID to BSON mapping (#412)
1 parent 0189757 commit 27f057b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/upgrade/v3.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Version 3.0 Breaking Changes
118118
objects of subtype 4. If the object has any other subtype, you must call the
119119
``BsonBinaryData.ToGuid(GuidRepresentation)`` method and specify the subtype.
120120
- GUID conversion by using the ``BsonTypeMapper`` class has been removed. To
121-
convert ``GUID`` values to BSON, use the ``BsonBindaryData(<GUID>,
121+
convert ``GUID`` values to BSON, use the ``BsonBinaryData(<GUID>,
122122
GuidRepresentation.Standard)`` constructor.
123123

124124
The preceding changes affect your application only if you serialize and deserialize

0 commit comments

Comments
 (0)