Skip to content

Commit d837fda

Browse files
committed
MW PR fixes 1
1 parent 64727cd commit d837fda

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

source/fundamentals/serialization/poco.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ the following settings:
627627
- ``DateTimeTicks`` (default): Document contains ``DateTime``
628628
(``BsonType.DateTime``) and ``Ticks`` (``BsonType.Int64``) fields
629629

630-
- ``DateTimeTicks``: Document contains ``Year``, ``Month``, and
630+
- ``YearMonthDay``: Document contains ``Year``, ``Month``, and
631631
``Day`` fields, which have ``BsonType.Int32`` values
632632

633633
In the following code example, the ``PatientRecord`` class contains a

source/whats-new.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@ The 3.2 driver release includes the following new features:
122122
To learn more about Atlas Vector Search with the {+driver-short+}, see the
123123
:ref:`csharp-atlas-vector-search` guide.
124124

125-
- Adds the ``DocumentFormat`` property to the ``DateOnlySerializer`` to
126-
allow you to customize the way that the driver stores ``DateOnly``
127-
values. This release also adds the ``[BsonDateOnlyOptions()]``
128-
attribute to customize serialization behavior at the property level.
129-
To learn more, see the :ref:`csharp-poco-dateonly-attr` section of the
130-
Serialization guide.
125+
- Adds the ``DocumentFormat`` property to the ``DateOnlySerializer``.
126+
This property allows you to customize the way that the driver stores
127+
``DateOnly`` values. This release also adds the
128+
``[BsonDateOnlyOptions()]`` attribute to customize serialization
129+
behavior for ``DateOnly`` values at the property level. To learn more,
130+
see the :ref:`csharp-poco-dateonly-attr` section of the POCOs guide.
131131

132132
.. _csharp-version-3.1:
133133

0 commit comments

Comments
 (0)