We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a3d5d commit c75a8a6Copy full SHA for c75a8a6
source/data-formats/codecs.txt
@@ -339,7 +339,7 @@ corresponding ``Codec`` to handle encoding and decoding:
339
kelvins as an ``Int`` value. For this field, use the ``IntegerCodec``
340
provided in the BSON library.
341
342
-The following code shows how to can implement a ``Codec`` for the
+The following code shows how to implement a ``Codec`` for the
343
``Monolight`` class. The constructor expects an instance of
344
``CodecRegistry`` from which it retrieves the ``Codec`` instances needed
345
to encode and decode the class fields:
0 commit comments