From 30b109f0dda7c6fa3a752b70edb8c2c6220cbfac Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 14 Jun 2022 11:16:38 +0200 Subject: openpgp: Fix typo. --- openpgp/src/cert.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpgp/src/cert.rs') 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 /// -- cgit v1.2.3