Skip to content

Commit fdc81be

Browse files
committed
MW feedback
1 parent 7430224 commit fdc81be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/fundamentals/data-formats/serialization.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Implement Snake Case Naming Strategy
248248
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
249249

250250
When using ``bson-kotlinx`` package v5.4 or later, you can direct the driver to
251-
serialize data class fields names written in camel case to snake case in MongoDB.
251+
serialize data class field names written in camel case to snake case in MongoDB.
252252
The following example shows how to create and register a custom codec
253253
to convert data class field names into snake case by setting the
254254
``bsonNamingStrategy`` parameter in a codec:

source/whats-new.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ What's New in 5.4
3131
The 5.4 driver release includes the following changes, fixes,
3232
and features:
3333

34-
- Adds ``BsonConfiguration`` support for bson-kotlinx snake case conversion
34+
- Adds ``BsonConfiguration`` support for ``bson-kotlinx`` snake case conversion
3535
during serialization. To learn more, see the
36-
:ref:`kotlin-serialization-snake-case-eg` on the Serialization page.
36+
:ref:`kotlin-serialization-snake-case-eg` section on the Serialization page.
3737

3838
.. sharedinclude:: dbx/jvm/v5.4-wn-items.rst
3939

0 commit comments

Comments
 (0)