summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2024-04-15 15:48:43 +0200
committerJustus Winter <justus@sequoia-pgp.org>2024-04-15 15:48:43 +0200
commit06dee5864d5244477aaa22ce0bfe979ca314fd4e (patch)
tree7188ee257ce4582d36b44bd1a2238ada55c4beb8
parent62a82255e87f98b2dcda51eccf2a912d288650d1 (diff)
openpgp: Improve documentation.
-rw-r--r--openpgp/src/cert.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/cert.rs b/openpgp/src/cert.rs
index f7cd1797..67a98526 100644
--- a/openpgp/src/cert.rs
+++ b/openpgp/src/cert.rs
@@ -1260,7 +1260,7 @@ impl Cert {
ComponentAmalgamationIter::new(self, self.unknowns.iter())
}
- /// Returns a slice containing the bad signatures.
+ /// Returns the bad signatures.
///
/// Bad signatures are signatures and revocations that we could
/// not associate with one of the certificate's components.