summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
///