From ed8449d728731a1f4222e631f28dd8f4ae22c2d3 Mon Sep 17 00:00:00 2001 From: Mike Woofter <108414937+mongoKart@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:52:52 -0600 Subject: [PATCH] typo fix (#52) (cherry picked from commit a1a792576736146f9288c81d19e4aa8df8d9bb05) --- source/data-formats/codecs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/data-formats/codecs.txt b/source/data-formats/codecs.txt index 7a68c13..785c835 100644 --- a/source/data-formats/codecs.txt +++ b/source/data-formats/codecs.txt @@ -339,7 +339,7 @@ corresponding ``Codec`` to handle encoding and decoding: kelvins as an ``Int`` value. For this field, use the ``IntegerCodec`` provided in the BSON library. -The following code shows how to can implement a ``Codec`` for the +The following code shows how to implement a ``Codec`` for the ``Monolight`` class. The constructor expects an instance of ``CodecRegistry`` from which it retrieves the ``Codec`` instances needed to encode and decode the class fields: