Skip to content

Commit 9a8bb59

Browse files
docs(ffi): Update ffi::ir_stream::Serializer's doc string to remove "work-in-progress". (#586)
1 parent f3b1cf6 commit 9a8bb59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/core/src/clp/ffi/ir_stream/Serializer.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
namespace clp::ffi::ir_stream {
1616
/**
17-
* A work-in-progress class for serializing log events into the kv-pair IR format.
17+
* Class for serializing log events into the kv-pair IR format.
1818
*
1919
* This class:
2020
* - maintains all necessary internal data structures to track serialization state;

0 commit comments

Comments
 (0)