summaryrefslogtreecommitdiffstats
path: root/openpgp/src/message
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/message
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/message')
-rw-r--r--openpgp/src/message/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/src/message/mod.rs b/openpgp/src/message/mod.rs
index 5bb3f2e3..fa99414f 100644
--- a/openpgp/src/message/mod.rs
+++ b/openpgp/src/message/mod.rs
@@ -1,4 +1,4 @@
-//! OpenPGP Message support.
+//! Message support.
//!
//! An OpenPGP message is a sequence of OpenPGP packets that
//! corresponds to an optionally signed, optionally encrypted,
@@ -311,7 +311,7 @@ impl MessageValidator {
pub use def::Message;
mod def {
use super::*;
-/// An OpenPGP message.
+/// A message.
///
/// An OpenPGP message is a structured sequence of OpenPGP packets.
/// Basically, it's an optionally encrypted, optionally signed literal