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 62ff3e20..053220bd 100644
--- a/openpgp/src/cert.rs
+++ b/openpgp/src/cert.rs
@@ -2521,7 +2521,7 @@ impl Cert {
/// function will still consider this as a change to the
/// certificate. In other words, it may return that the
/// certificate has changed even if the serialized representation
- /// is not changed.
+ /// has not changed.
///
/// # Examples
///