summaryrefslogtreecommitdiffstats
path: root/openpgp/src/subpacket.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/subpacket.rs')
-rw-r--r--openpgp/src/subpacket.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/openpgp/src/subpacket.rs b/openpgp/src/subpacket.rs
index a46b33d3..5230fbf3 100644
--- a/openpgp/src/subpacket.rs
+++ b/openpgp/src/subpacket.rs
@@ -1307,9 +1307,9 @@ impl Signature {
}
}
- /// Returns the value of the Regular Expression subpacket, which
- /// indicates whether the signature is revocable, i.e., whether
- /// revocation certificates for this signature should be ignored.
+ /// Returns the value of the Revocable subpacket, which indicates
+ /// whether the signature is revocable, i.e., whether revocation
+ /// certificates for this signature should be ignored.
///
/// If the subpacket is not present or malformed, this returns
/// `None`.