File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -225,9 +225,9 @@ The preceding examples show how to read and write BSON data by using the
225
225
the {+driver-short+} provides the following alternative implementations of the ``IBsonReader``
226
226
and ``IBsonWriter`` interfaces:
227
227
228
- - ``JsonReader`` and ``JsonWriter``: Read and write JSON data
228
+ - ``JsonReader`` and ``JsonWriter``: Read and write JSON data.
229
229
- ``BsonDocumentReader`` and ``BsonDocumentWriter``: Read and write BSON data
230
- contained in a ``BsonDocument`` object
230
+ contained in a ``BsonDocument`` object.
231
231
232
232
Because these classes implement the same interfaces, you can call their methods in the same way
233
233
as the preceding ``BsonBinaryReader`` and ``BsonBinaryWriter`` examples.
You can’t perform that action at this time.
0 commit comments