Skip to content

Commit c75a8a6

Browse files
typo fix (#52) (#54)
(cherry picked from commit a1a7925) Co-authored-by: Mike Woofter <[email protected]>
1 parent 17a3d5d commit c75a8a6

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)