Skip to content

Commit

Permalink
Fix protocol comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Mar 12, 2024
1 parent a8cdbbe commit b11a20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commons/zenoh-protocol/src/zenoh/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ pub mod ext {
/// +-+-+-+-+-+-+-+-+
/// ~ encoding ~
/// +---------------+
/// ~ pl: <u8;z32> ~ -- Payload
/// ~ pl: [u8;z32] ~ -- Payload
/// +---------------+
/// ```
#[derive(Debug, Clone, PartialEq, Eq)]
Expand Down

0 comments on commit b11a20e

Please sign in to comment.