diff --git a/src/lib.rs b/src/lib.rs index 7f9f63a..1ae3d36 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,6 @@ //! Generic value log implementation for key-value separated storage. //! -//! > This crate is intended as a building block for key-value separated LSM storage. +//! > This crate is intended as a building block for key-value separated storage. //! > You probably want to use instead. //! //! The value log's contents are split into segments, each segment holds a sorted