summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko <heiko@schaefer.name>2021-03-29 16:09:23 +0200
committerHeiko <heiko@schaefer.name>2021-03-29 16:13:31 +0200
commitcf5d3aa2fe62e456b68ff844a4a8a0df9e454cac (patch)
tree2489fabfcc37cd16b53ad029b9b7d6840fd1c05b
parent89ea159e220fd751ec6ffdbf72187d332a0d4d4f (diff)
Clarify/fix wording in documentation.
-rw-r--r--openpgp/src/cert.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/cert.rs b/openpgp/src/cert.rs
index 010bb919..ebdf06c2 100644
--- a/openpgp/src/cert.rs
+++ b/openpgp/src/cert.rs
@@ -496,7 +496,7 @@ pub trait Preferences<'a>: seal::Sealed {
/// structures] defined in RFC 4880. Specifically, it contains
/// components ([`Key`]s, [`UserID`]s, and [`UserAttribute`]s), their
/// associated self signatures, self revocations, third-party
-/// signatures, and third-party revocations, use useful methods.
+/// signatures, and third-party revocations, as well as useful methods.
///
/// [TPK and TSK data structures]: https://tools.ietf.org/html/rfc4880#section-11
/// [`Key`]: ../packet/enum.Key.html