diff --git a/src/ecss/tm.rs b/src/ecss/tm.rs index b8064b3..3302b4a 100644 --- a/src/ecss/tm.rs +++ b/src/ecss/tm.rs @@ -805,8 +805,7 @@ impl<'raw_data> PusTmReader<'raw_data> { self.sec_header.timestamp } - /// If [Self] was constructed [Self::from_bytes], this function will return the slice it was - /// constructed from. Otherwise, [None] will be returned. + /// This function will return the slice [Self] was constructed from. pub fn raw_data(&self) -> &[u8] { self.raw_data }