Skip to content

Commit

Permalink
remove extra / from doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolopanis committed Mar 15, 2024
1 parent 6c80f1d commit 0d989b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfdp-core/src/pdu/ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ impl PDUEncode for MetadataTLV {

#[repr(u8)]
#[derive(Clone, Debug, PartialEq, Eq, FromPrimitive)]
//// The possible directive types of a PDU, used to distinguish the PDUs.
/// The possible directive types of a PDU, used to distinguish the PDUs.
pub enum PDUDirective {
/// End of File PDU
EoF = 0x04,
Expand Down

0 comments on commit 0d989b1

Please sign in to comment.