summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2024-04-15 19:44:43 +0200
committerJustus Winter <justus@sequoia-pgp.org>2024-04-15 19:46:42 +0200
commit79aef25cef062cfc5e2df5dee8a9088c5776c04e (patch)
tree27ce8b39400b9eafb59394869e62341dce26e814
parent06dee5864d5244477aaa22ce0bfe979ca314fd4e (diff)
openpgp: Improve 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 760adc14..5aa66dfa 100644
--- a/openpgp/src/packet/signature/subpacket.rs
+++ b/openpgp/src/packet/signature/subpacket.rs
@@ -2001,8 +2001,8 @@ impl Subpacket {
/// marked as such using [`Subpacket::set_authenticated`].
///
/// Note: The authentication is only valid in the context of the
- /// signature the subpacket is in. If the `Subpacket` is cloned,
- /// or a `Subpacket` is added to a [`SubpacketArea`], the flag is
+ /// signature the subpacket is in. If the an authenticated
+ /// `Subpacket` is is added to a [`SubpacketArea`], the flag is
/// cleared.
///
/// [`Subpacket::set_authenticated`]: Self::set_authenticated()