From 4ccb927639dfbdc47f1cd229b5400282e6c77421 Mon Sep 17 00:00:00 2001 From: Heiko Date: Tue, 30 Mar 2021 11:28:09 +0200 Subject: Minor edits in documentation. --- openpgp/src/cert/amalgamation/key.rs | 4 ++-- openpgp/src/types/mod.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'openpgp') diff --git a/openpgp/src/cert/amalgamation/key.rs b/openpgp/src/cert/amalgamation/key.rs index 5962ea4b..40c0fa33 100644 --- a/openpgp/src/cert/amalgamation/key.rs +++ b/openpgp/src/cert/amalgamation/key.rs @@ -71,7 +71,7 @@ //! # Selecting Keys //! //! It is essential to choose the right keys, and to make sure that -//! they appropriate. Below, we present some guidelines for the most +//! they are appropriate. Below, we present some guidelines for the most //! common situations. //! //! ## Encrypting and Signing Messages @@ -190,7 +190,7 @@ //! //! ## Decrypting a Message //! -//! When decrypting a message, it seems like one ought to only keys +//! When decrypting a message, it seems like one ought to only use keys //! that were alive, not revoked, and encryption-capable when the //! message was encrypted. Unfortunately, we don't know when a //! message was encrypted. But anyway, due to the slow propagation of diff --git a/openpgp/src/types/mod.rs b/openpgp/src/types/mod.rs index 4908f681..12ba45c2 100644 --- a/openpgp/src/types/mod.rs +++ b/openpgp/src/types/mod.rs @@ -29,7 +29,7 @@ //! //! Describes a key that has been designated to issue revocation signatures. //! -//! # `ServerPreferences` +//! # `KeyServerPreferences` //! //! Describes preferences regarding to key servers. //! -- cgit v1.2.3