summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize/cert.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/serialize/cert.rs')
-rw-r--r--openpgp/src/serialize/cert.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/openpgp/src/serialize/cert.rs b/openpgp/src/serialize/cert.rs
index 177f9b8b..10831123 100644
--- a/openpgp/src/serialize/cert.rs
+++ b/openpgp/src/serialize/cert.rs
@@ -300,7 +300,7 @@ impl Cert {
/// [`Cert`]: ../cert/struct.Cert.html
/// [`Cert::as_tsk()`]: ../cert/struct.Cert.html#method.as_tsk
///
-/// # Example
+/// # Examples
///
/// ```
/// # use sequoia_openpgp::{*, cert::*, parse::Parse, serialize::Serialize};
@@ -336,7 +336,7 @@ impl<'a> TSK<'a> {
///
/// Note that the given filter replaces any existing filter.
///
- /// # Example
+ /// # Examples
///
/// This example demonstrates how to create a TSK with a detached
/// primary secret key.
@@ -393,7 +393,7 @@ impl<'a> TSK<'a> {
/// [`S2K`]: ../crypto/enum.S2K.html
/// [this test]: https://tests.sequoia-pgp.org/#Detached_primary_key
///
- /// # Example
+ /// # Examples
///
/// This example demonstrates how to create a TSK with a detached
/// primary secret key, serializing it using secret key stubs.