summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2020-12-22 11:46:05 +0100
committerNeal H. Walfield <neal@pep.foundation>2020-12-22 11:46:05 +0100
commit9ce78de0d4df8df681cf97d07ac030595d070f15 (patch)
tree4e1e916cee144f732374a80967ccc7c150756349
parent8d50bc01335d98bef636bd4d07e5a6dde65ba858 (diff)
openpgp: Clean up documentation.
-rw-r--r--openpgp/src/serialize/cert_armored.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/openpgp/src/serialize/cert_armored.rs b/openpgp/src/serialize/cert_armored.rs
index e5f6fa58..5a064b08 100644
--- a/openpgp/src/serialize/cert_armored.rs
+++ b/openpgp/src/serialize/cert_armored.rs
@@ -62,9 +62,9 @@ impl Cert {
/// Wraps this Cert in an armor structure when serialized.
///
- /// Derives an object from this Cert that adds an armor structure
- /// to the serialized Cert when it is serialized. Additionally,
- /// the Cert's userids are added as comments, so that it is easier
+ /// Derives an object from this `Cert` that adds an armor structure
+ /// to the serialized `Cert` when it is serialized. Additionally,
+ /// the `Cert`'s User IDs are added as comments, so that it is easier
/// to identify the Cert when looking at the armored data.
///
/// # Examples