Commit cf738cff authored by Joshua Nitschke's avatar Joshua Nitschke
Browse files

fix doc comment

parent 48a4386a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ impl fmt::Display for Asn1GeneralizedTimeRef {
    }
}

/// An SSL/TLS protocol version.
/// An ASN.1 tag value
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub struct Asn1Tag(c_int);