summaryrefslogtreecommitdiffstats
path: root/ffi/src/lib.rs
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 /ffi/src/lib.rs
parent57531dbe5b277a46982e4dd2b0ab6c20ebe43682 (diff)
Use 'Examples' for the examples section.
- See #480.
Diffstat (limited to 'ffi/src/lib.rs')
-rw-r--r--ffi/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/src/lib.rs b/ffi/src/lib.rs
index 45844ded..745ca6c8 100644
--- a/ffi/src/lib.rs
+++ b/ffi/src/lib.rs
@@ -89,7 +89,7 @@
//! `Context` return complex errors. Complex errors are stored in the
//! `Context`, and can be retrieved using `sq_last_strerror`.
//!
-//! # Example
+//! # Examples
//!
//! ```c
//! #include <sequoia.h>