File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/core/src/clp/ffi/ir_stream Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ class Deserializer {
5555 * - std::errc::protocol_error if the IR stream is corrupted.
5656 * - std::errc::protocol_not_supported if the IR stream contains an unsupported metadata format
5757 * or uses an unsupported version.
58- * - Same as `KeyValuePairLogEvent::create` if the intermediate deserialized result cannot
59- * construct a valid key-value pair log event.
58+ * - Forwards `KeyValuePairLogEvent::create`'s return values if the intermediate deserialized
59+ * result cannot construct a valid key-value pair log event.
6060 */
6161 [[nodiscard]] auto deserialize_to_next_log_event (ReaderInterface& reader
6262 ) -> OUTCOME_V2_NAMESPACE::std_result<KeyValuePairLogEvent>;
You can’t perform that action at this time.
0 commit comments