From fa7514fca17788d397d976c91811a20eb8dc4b65 Mon Sep 17 00:00:00 2001 From: LinZhihao-723 Date: Tue, 12 Nov 2024 16:55:43 -0500 Subject: [PATCH] Update doc string --- components/core/src/clp/ffi/ir_stream/Serializer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/core/src/clp/ffi/ir_stream/Serializer.hpp b/components/core/src/clp/ffi/ir_stream/Serializer.hpp index 292b360a3..14077ffba 100644 --- a/components/core/src/clp/ffi/ir_stream/Serializer.hpp +++ b/components/core/src/clp/ffi/ir_stream/Serializer.hpp @@ -14,7 +14,7 @@ namespace clp::ffi::ir_stream { /** - * A work-in-progress class for serializing log events into the kv-pair IR format. + * Class for serializing log events into the kv-pair IR format. * * This class: * - maintains all necessary internal data structures to track serialization state;