summaryrefslogtreecommitdiffstats
path: root/openpgp/src/keyhandle.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/keyhandle.rs')
-rw-r--r--openpgp/src/keyhandle.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/keyhandle.rs b/openpgp/src/keyhandle.rs
index ea923dcd..5ae9741a 100644
--- a/openpgp/src/keyhandle.rs
+++ b/openpgp/src/keyhandle.rs
@@ -16,7 +16,7 @@ use crate::{
/// This is needed because signatures can reference their issuer
/// either by `Fingerprint` or by `KeyID`.
///
-/// Currently, sequoia supports *version 4* fingerprints and Key ID
+/// Currently, Sequoia supports *version 4* fingerprints and Key ID
/// only. *Version 3* fingerprints and Key ID were deprecated by [RFC
/// 4880] in 2007.
///