summaryrefslogtreecommitdiffstats
path: root/core/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/lib.rs')
-rw-r--r--core/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs
index b1b39d2e..904facc1 100644
--- a/core/src/lib.rs
+++ b/core/src/lib.rs
@@ -4,7 +4,7 @@
//! Therefore, we need you to provide a little information about the
//! context you are using Sequoia in.
//!
-/// # Example
+/// # Examples
///
/// A context with reasonable defaults can be created using
/// `Context::new`:
@@ -27,7 +27,7 @@ use std::path::{Path, PathBuf};
/// A `Context` for Sequoia.
///
-/// # Example
+/// # Examples
///
/// A context with reasonable defaults can be created using
/// `Context::new`: