Skip to content

Commit 1e049e4

Browse files
committed
wording fix
1 parent 6672dda commit 1e049e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/upgrade.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Version 3.0 Potential Breaking Change
107107
version 3.0, the driver defaults to serializing these values as BSON ``Decimal128``
108108
values instead.
109109
To serialize a a ``decimal`` or ``Decimal128`` value as a string,
110-
you must apply the ``[BsonRepresentation(BsonType.String)]`` attribute to the field.
110+
apply the ``[BsonRepresentation(BsonType.String)]`` attribute to the field.
111111

112112
To learn more about serialization, see the :ref:`csharp-serialization` guide.
113113

0 commit comments

Comments
 (0)