summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-12-11 13:11:46 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-12-11 15:19:48 +0100
commit222148be5bc0e83fbe8b0333261e5c3d453ba763 (patch)
treebef29ac36f63e4fe8f56321527419af12452656d
parent3a52967289a79b707387319efc0019cca85076bf (diff)
openpgp: Fix documentation.
-rw-r--r--openpgp/src/packet/signature/subpacket.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/src/packet/signature/subpacket.rs b/openpgp/src/packet/signature/subpacket.rs
index 49271414..0bfac9b5 100644
--- a/openpgp/src/packet/signature/subpacket.rs
+++ b/openpgp/src/packet/signature/subpacket.rs
@@ -2586,13 +2586,13 @@ impl SubpacketAreas {
/// for `time`.
///
/// Whereas a Key's expiration time is stored in the Key's active
- /// binding signature in the [Signature Expiration Time
+ /// binding signature in the [Key Expiration Time
/// subpacket], its creation time is stored in the Key packet. As
/// such, the associated Key must be passed to this function.
/// This function, however, has no way to check that the signature
/// is actually a binding signature for the specified Key.
///
- /// [Signature Expiration Time subpacket]: https://tools.ietf.org/html/rfc4880#section-5.2.3.10
+ /// [Key Expiration Time subpacket]: https://tools.ietf.org/html/rfc4880#section-5.2.3.6
///
/// # Examples
///