Skip to content

Commit 98cd18c

Browse files
committed
typo fix
1 parent a10683b commit 98cd18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/data-formats/codecs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ corresponding ``Codec`` to handle encoding and decoding:
339339
kelvins as an ``Int`` value. For this field, use the ``IntegerCodec``
340340
provided in the BSON library.
341341

342-
The following code shows how to can implement a ``Codec`` for the
342+
The following code shows how to implement a ``Codec`` for the
343343
``Monolight`` class. The constructor expects an instance of
344344
``CodecRegistry`` from which it retrieves the ``Codec`` instances needed
345345
to encode and decode the class fields:

0 commit comments

Comments
 (0)