From 7f4096cbc3dc5c1ac19a01ffa03ce4b6b0ab27b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:53:26 -0600 Subject: [PATCH] typo fix (#52) (#53) (cherry picked from commit a1a792576736146f9288c81d19e4aa8df8d9bb05) Co-authored-by: Mike Woofter <108414937+mongoKart@users.noreply.github.com> --- 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: