summaryrefslogtreecommitdiffstats
path: root/net/src/wkd.rs
diff options
context:
space:
mode:
Diffstat (limited to 'net/src/wkd.rs')
-rw-r--r--net/src/wkd.rs2
1 files changed, 1 insertions, 1 deletions
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;