typos
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit
Rust/spacepackets/pipeline/pr-main There was a failure building this commit

This commit is contained in:
Robin Müller 2023-07-02 17:22:07 +02:00
parent ad64957342
commit 188651c4a4
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -48,7 +48,7 @@ pub enum CrcFlag {
WithCrc = 1,
}
/// Always 0 and ignores for File Directive PDUs (CCSDS 727.0-B-5 P.75)
/// Always 0 and ignored for File Directive PDUs (CCSDS 727.0-B-5 P.75)
#[derive(Debug, Copy, Clone, PartialEq, Eq, TryFromPrimitive, IntoPrimitive)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
#[repr(u8)]
@ -57,7 +57,7 @@ pub enum SegmentMetadataFlag {
Present = 1,
}
/// Always 0 and ignores for File Directive PDUs (CCSDS 727.0-B-5 P.75)
/// Always 0 and ignored for File Directive PDUs (CCSDS 727.0-B-5 P.75)
#[derive(Debug, Copy, Clone, PartialEq, Eq, TryFromPrimitive, IntoPrimitive)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
#[repr(u8)]