summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openpgp/src/fingerprint.rs2
-rw-r--r--openpgp/src/keyhandle.rs2
-rw-r--r--openpgp/src/keyid.rs2
3 files changed, 3 insertions, 3 deletions
diff --git a/openpgp/src/fingerprint.rs b/openpgp/src/fingerprint.rs
index 90e22630..027e132c 100644
--- a/openpgp/src/fingerprint.rs
+++ b/openpgp/src/fingerprint.rs
@@ -7,7 +7,7 @@ use quickcheck::{Arbitrary, Gen};
///
/// A `Fingerprint` uniquely identifies a public key.
///
-/// 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.
///
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.
///
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.
///