Update docs to make sense

This commit is contained in:
Matthew Pomes 2024-08-10 13:02:41 -05:00
parent 39ed4a4909
commit 1a3ef5b23f
No known key found for this signature in database
GPG Key ID: B8C0D93B8D8FBDB7
1 changed files with 2 additions and 1 deletions

View File

@ -321,7 +321,8 @@ pub fn from_slice<'a, T>(v: &'a [u8]) -> Result<T, Error>
/// ///
/// The compact representation represents structs as arrays. /// 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 /// # Example
/// ///