From 946a6c4974851ae86084c30841b93c472faec9b1 Mon Sep 17 00:00:00 2001 From: Stephen Carman Date: Tue, 22 Oct 2024 11:08:27 -0400 Subject: [PATCH] chore: fix 1 typo and sign off on my commit Signed-off-by: Stephen Carman --- crates/core/src/kernel/snapshot/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/src/kernel/snapshot/mod.rs b/crates/core/src/kernel/snapshot/mod.rs index 0df62c867b..dbd6662f2f 100644 --- a/crates/core/src/kernel/snapshot/mod.rs +++ b/crates/core/src/kernel/snapshot/mod.rs @@ -8,7 +8,7 @@ //! bare minimum - [`Protocol`] and [`Metadata`] - is cached in memory. //! - [`EagerSnapshot`] is a snapshot where much more log data is eagerly loaded into memory. //! -//! The sub modules provide structures and methods that aid in generating +//! The submodules provide structures and methods that aid in generating //! and consuming snapshots. //! //! ## Reading the log