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
225225the {+driver-short+} provides the following alternative implementations of the ``IBsonReader``
226226and ``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
232232Because these classes implement the same interfaces, you can call their methods in the same way
233233as the preceding ``BsonBinaryReader`` and ``BsonBinaryWriter`` examples.
You can’t perform that action at this time.
0 commit comments