Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiryukov91 committed Feb 13, 2024
1 parent 3028518 commit 03831f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/src/sample.rs
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ pub struct QoS {
}

impl QoS {
/// Helper function to fallback to QoS with default priortiy value, in case we fail to extract it
/// Helper function to fallback to QoS with default priority value, in case we fail to extract it
pub(crate) fn from_or_default(ext: QoSType) -> QoS {
let priority = match Priority::try_from(ext.get_priority()) {
Ok(p) => p,
Expand Down

0 comments on commit 03831f4

Please sign in to comment.