diff --git a/core/lib/src/serde/msgpack.rs b/core/lib/src/serde/msgpack.rs index 5e70fee1..bf758b8f 100644 --- a/core/lib/src/serde/msgpack.rs +++ b/core/lib/src/serde/msgpack.rs @@ -321,7 +321,8 @@ pub fn from_slice<'a, T>(v: &'a [u8]) -> Result /// /// The compact representation represents structs as arrays. /// -/// **_Always_ use [`Compact`] to serialize compact MessagePack response data.** +/// **_Always_ use [`Compact`] to serialize MessagePack response data in a +/// compact format.** /// /// # Example ///