summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-10-14 11:38:33 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-10-14 12:01:22 +0200
commit2079449be080b4da3cdc8c6f9972f4ac48e58aaf (patch)
treec3b4567348ff7e2f9dd4ffb514996351e1fb9498 /ipc
parent57531dbe5b277a46982e4dd2b0ab6c20ebe43682 (diff)
Use 'Examples' for the examples section.
- See #480.
Diffstat (limited to 'ipc')
-rw-r--r--ipc/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/src/lib.rs b/ipc/src/lib.rs
index 50ab9e9a..1a5a58b7 100644
--- a/ipc/src/lib.rs
+++ b/ipc/src/lib.rs
@@ -355,7 +355,7 @@ impl Server {
/// On Windows this expects `SOCKET` env var to be set to a listening socket
/// of the Windows Sockets API `SOCKET` value.
///
- /// # Example
+ /// # Examples
///
/// ```compile_fail
/// // We cannot run this because sequoia-store is not built yet.