From 57a25564c9f08509bfa76848ae5557f792ba6805 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 31 Mar 2020 12:26:47 +0200 Subject: 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. --- openpgp/src/keyid.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpgp/src/keyid.rs') 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 -- cgit v1.2.3