From 98cd18c214899f3fe3f6c7aaa5712fe46b75e971 Mon Sep 17 00:00:00 2001 From: Mike Woofter <108414937+mongoKart@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:15:34 -0600 Subject: [PATCH] typo fix --- 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: