summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet_pile.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/packet_pile.rs')
-rw-r--r--openpgp/src/packet_pile.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/openpgp/src/packet_pile.rs b/openpgp/src/packet_pile.rs
index a7d3c03c..a623132f 100644
--- a/openpgp/src/packet_pile.rs
+++ b/openpgp/src/packet_pile.rs
@@ -27,7 +27,7 @@ use crate::parse::Cookie;
/// Normally, you'll want to convert the `PacketPile` to a Cert or a
/// `Message`.
///
-/// # Example
+/// # Examples
///
/// This example shows how to modify packets in PacketPile using [`pathspec`]s.
///
@@ -229,7 +229,7 @@ impl PacketPile {
/// Note: there is no packet at the root. Thus, the path `[]`
/// returns None.
///
- /// # Example
+ /// # Examples
///
/// ```rust
/// # use sequoia_openpgp as openpgp;
@@ -284,7 +284,7 @@ impl PacketPile {
///
/// See the description of the `path_spec` for more details.
///
- /// # Example
+ /// # Examples
///
/// ```rust
/// # use sequoia_openpgp as openpgp;
@@ -345,7 +345,7 @@ impl PacketPile {
/// If the path was invalid, then `Error::IndexOutOfRange` is
/// returned instead.
///
- /// # Example
+ /// # Examples
///
/// ```rust
/// # use sequoia_openpgp as openpgp;