summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2022-06-14 11:16:38 +0200
committerJustus Winter <justus@sequoia-pgp.org>2022-06-15 10:53:58 +0200
commit30b109f0dda7c6fa3a752b70edb8c2c6220cbfac (patch)
tree360ad9c987ba7e314756fbfd35b24d491110cdf3 /openpgp/src/cert.rs
parentd68fba31b8fad07b925d73224289a4ddd34a8f71 (diff)
openpgp: Fix typo.
Diffstat (limited to 'openpgp/src/cert.rs')
-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
///