Skip to content

Commit

Permalink
Update docs to make sense
Browse files Browse the repository at this point in the history
  • Loading branch information
the10thWiz committed Aug 10, 2024
1 parent 39ed4a4 commit 1a3ef5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/lib/src/serde/msgpack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,8 @@ pub fn from_slice<'a, T>(v: &'a [u8]) -> Result<T, Error>
///
/// 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
///
Expand Down

0 comments on commit 1a3ef5b

Please sign in to comment.