Skip to content

Commit 3e2b64e

Browse files
committed
SA PR fixes 1
1 parent 0995852 commit 3e2b64e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/data-formats/codecs.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ value from the BSON data. This method requires the following parameters:
9494
* - Parameter Type
9595
- Description
9696

97-
* - ``bsonReader``
97+
* - ``reader``
9898
- An instance of a class that implements ``BsonReader``, an interface type
9999
that exposes methods for reading a BSON document. For example, the
100100
``BsonBinaryReader`` implementation reads from a binary stream of data.
@@ -332,11 +332,11 @@ corresponding ``Codec`` to handle encoding and decoding:
332332

333333
- ``powerStatus``: Describes whether the device light is ``"ON"`` or ``"OFF"``.
334334
For this field, use the :ref:`PowerStatusCodec
335-
<kotlin-sync-powerstatus-codec>` that converts the ``PowerStatus``
335+
<kotlin-sync-powerstatus-codec>` which converts the ``PowerStatus``
336336
enum values to BSON booleans.
337337

338338
- ``colorTemperature``: Describes the color of the device light in
339-
Kelvins as an ``Int`` value. For this field, use the ``IntegerCodec``
339+
kelvins as an ``Int`` value. For this field, use the ``IntegerCodec``
340340
provided in the BSON library.
341341

342342
The following code shows how to can implement a ``Codec`` for the

0 commit comments

Comments
 (0)