summaryrefslogtreecommitdiffstats
path: root/openpgp/src/keyid.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/keyid.rs')
-rw-r--r--openpgp/src/keyid.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/keyid.rs b/openpgp/src/keyid.rs
index bd20fe1d..cfa7ea6d 100644
--- a/openpgp/src/keyid.rs
+++ b/openpgp/src/keyid.rs
@@ -13,7 +13,7 @@ use crate::Result;
/// reference the issuing key of a signature in its [`Issuer`]
/// subpacket.
///
-/// Currently, sequoia supports *version 4* fingerprints and Key IDs
+/// Currently, Sequoia supports *version 4* fingerprints and Key IDs
/// only. *Version 3* fingerprints and Key IDs were deprecated by
/// [RFC 4880] in 2007.
///