summaryrefslogtreecommitdiffstats
path: root/openpgp/src/keyid.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-03-31 12:26:47 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-03-31 12:26:47 +0200
commit57a25564c9f08509bfa76848ae5557f792ba6805 (patch)
tree14bf0f560728271308a9c61f253729f182bf4f3c /openpgp/src/keyid.rs
parentd9a168e89aab2d7a0a46c449ede166697acd0c3b (diff)
openpgp: Improve summary line of modules and types.
- Avoid repeating the type name. - Avoid self referential, trivial descriptions. - Avoid the terms OpenPGP and Sequoia. - Fix mistakes from the Message -> PacketPile rework.
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 306e9648..2ca86593 100644
--- a/openpgp/src/keyid.rs
+++ b/openpgp/src/keyid.rs
@@ -5,7 +5,7 @@ use crate::Error;
use crate::Fingerprint;
use crate::Result;
-/// Holds a KeyID.
+/// A short identifier for certificates and keys.
///
/// A KeyID is a fingerprint fragment. It identifies a public key,
/// but is easy to forge. For more details about how a KeyID is