diff --git a/zenoh/src/sample.rs b/zenoh/src/sample.rs index 1a579fd9b9..999a292098 100644 --- a/zenoh/src/sample.rs +++ b/zenoh/src/sample.rs @@ -327,7 +327,7 @@ pub struct Sample { pub kind: SampleKind, /// The [`Timestamp`] of this Sample. pub timestamp: Option, - /// Quality of service settings the sample was send with + /// Quality of service settings this sample was sent with. pub qos: QoS, #[cfg(feature = "unstable")]