From 6a135d4b7e3323bd254412f321abed185928b922 Mon Sep 17 00:00:00 2001 From: marvin-j97 Date: Tue, 19 Mar 2024 19:59:41 +0100 Subject: [PATCH] update docs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 523abb0..28de0b4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -27,7 +27,7 @@ //! amplification when storing large blobs. //! //! Use a value log, when: -//! - you are storing large documents (HTML pages, small images, ...) +//! - you are storing large values (HTML pages, big JSON, small images, ...) //! - your data is rarely deleted, or you do not have strict disk space requirements //! - your access pattern is point read heavy