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