summaryrefslogtreecommitdiffstats
path: root/ffi/src/lib.rs
diff options
context:
space:
mode:
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>