From 222148be5bc0e83fbe8b0333261e5c3d453ba763 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 11 Dec 2020 13:11:46 +0100 Subject: openpgp: Fix documentation. --- openpgp/src/packet/signature/subpacket.rs | 4 ++-- 1 file 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 /// -- cgit v1.2.3