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