Skip to content

Commit

Permalink
Update ZBytes comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Sep 5, 2024
1 parent 3136ef6 commit 6bc81bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/src/api/bytes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impl From<OptionZBytes> for Option<ZBytes> {
}
}

/// Trait to encode a type `T` into a [`Value`].
/// Trait to encode a type `T` into a [`ZBytes`].
pub trait Serialize<T> {
type Output;

Expand Down

0 comments on commit 6bc81bb

Please sign in to comment.