summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2024-03-21 14:01:15 +0100
committerJustus Winter <justus@sequoia-pgp.org>2024-03-21 14:01:29 +0100
commitf4d5cd2b1f04ef44b53a29085b2450aa00430ac8 (patch)
tree9460d64d26eeef59f2e0aecf318e22801a7ed9d9
parentdae539e4c6420c8158526829be315462395bd56f (diff)
openpgp: Fix documentation.
-rw-r--r--openpgp/src/cert/amalgamation.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/src/cert/amalgamation.rs b/openpgp/src/cert/amalgamation.rs
index a36699aa..bfb2b589 100644
--- a/openpgp/src/cert/amalgamation.rs
+++ b/openpgp/src/cert/amalgamation.rs
@@ -2068,13 +2068,13 @@ impl<'a, C> ValidComponentAmalgamation<'a, C>
/// - primary first
/// - signature creation first
///
- /// If there is more than one, than one is selected in a
+ /// If there is more than one, then one is selected in a
/// deterministic, but undefined manner.
///
/// If `valid_cert` is `false`, then this does not also check
/// whether the certificate is valid; it only checks whether the
/// component is valid. Normally, this should be `true`. This
- /// option is only expose to allow breaking an infinite recursion:
+ /// option is only exposed to allow breaking an infinite recursion:
///
/// - To check if a certificate is valid, we check if the
/// primary key is valid.