Skip to content

Commit dffbef6

Browse files
committed
fixed wrong comment
1 parent 4110518 commit dffbef6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/Serialization/SerializeToVector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ template <typename T> struct ToObjectImpl<T, archives::in_protobuf_t>
380380
}
381381
};
382382

383-
/*! \brief Deserialization to object implementation, specialization for Google protocol buffers. */
383+
/*! \brief Deserialization to object implementation, specialization for MessagePack. */
384384
template <typename T>
385385
struct ToObjectImpl<T, archives::in_msgpack_t>
386386
{

0 commit comments

Comments
 (0)