Skip to content

Commit 3302d29

Browse files
committed
MW feedback
1 parent 95e27b5 commit 3302d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/data-formats/bson.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@ The preceding examples show how to read and write BSON data by using the
225225
the {+driver-short+} provides the following alternative implementations of the ``IBsonReader``
226226
and ``IBsonWriter`` interfaces:
227227

228-
- ``JsonReader`` and ``JsonWriter``: Read and write JSON data.
228+
- ``JsonReader`` and ``JsonWriter``: Read and write JSON data
229229
- ``BsonDocumentReader`` and ``BsonDocumentWriter``: Read and write BSON data
230-
contained in a ``BsonDocument`` object.
230+
contained in a ``BsonDocument`` object
231231

232232
Because these classes implement the same interfaces, you can call their methods in the same way
233233
as the preceding ``BsonBinaryReader`` and ``BsonBinaryWriter`` examples.

0 commit comments

Comments
 (0)