Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Devin Gibson <[email protected]>
  • Loading branch information
LinZhihao-723 and gibber9809 authored Jul 3, 2024
1 parent e9ba6de commit 317f07a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/core/src/clp/ffi/ir_stream/Serializer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class MsgpackMapNode {

/**
* Serializes a value corresponded to an empty object.
* @parma buf Outputs the serialized byte sequence.
* @param buf Outputs the serialized byte sequence.
*/
auto serialize_empty_object(vector<int8_t>& buf) -> void;

Expand Down
2 changes: 1 addition & 1 deletion components/core/tests/test-ir_encoding_methods.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ auto flush_and_clear_serializer_buffer(
* @tparam encoded_variable_t
* @param serializer
* @param msgpack_bytes
* @return Whether the serialization is succeeded.
* @return Whether the serialization is successful.
*/
template <typename encoded_variable_t>
[[nodiscard]] auto unpack_and_serialize_msgpack_bytes(
Expand Down

0 comments on commit 317f07a

Please sign in to comment.