summaryrefslogtreecommitdiffstats
path: root/openpgp
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp')
-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