summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/src/lib.rs2
-rw-r--r--net/src/wkd.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/src/lib.rs b/net/src/lib.rs
index 64b3e3e0..cdd05cc1 100644
--- a/net/src/lib.rs
+++ b/net/src/lib.rs
@@ -4,7 +4,7 @@
//!
//! [HKP]: https://tools.ietf.org/html/draft-shaw-openpgp-hkp-00
//!
-//! # Example
+//! # Examples
//!
//! We provide a very reasonable default key server backed by
//! `hkps.pool.sks-keyservers.net`, the subset of the [SKS keyserver]
diff --git a/net/src/wkd.rs b/net/src/wkd.rs
index 53ecdfb5..759f17cd 100644
--- a/net/src/wkd.rs
+++ b/net/src/wkd.rs
@@ -261,7 +261,7 @@ fn parse_body<S: AsRef<str>>(body: &[u8], email_address: S)
/// ```
///
/// [draft-koch]: https://datatracker.ietf.org/doc/html/draft-koch-openpgp-webkey-service/#section-3.1
-/// # Example
+/// # Examples
///
/// ```no_run
/// use tokio_core::reactor::Core;