doc fix
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2023-08-16 14:02:33 +02:00
parent 2b7fcbdd8e
commit ccf7592284
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F

View File

@ -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
}