We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6672dda commit 1e049e4Copy full SHA for 1e049e4
source/upgrade.txt
@@ -107,7 +107,7 @@ Version 3.0 Potential Breaking Change
107
version 3.0, the driver defaults to serializing these values as BSON ``Decimal128``
108
values instead.
109
To serialize a a ``decimal`` or ``Decimal128`` value as a string,
110
- you must apply the ``[BsonRepresentation(BsonType.String)]`` attribute to the field.
+ apply the ``[BsonRepresentation(BsonType.String)]`` attribute to the field.
111
112
To learn more about serialization, see the :ref:`csharp-serialization` guide.
113
0 commit comments