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