From 203c3041d2e3adee9469850c2fa0da078a376dd0 Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 7 Jul 2025 02:46:49 +0300 Subject: [PATCH] update comment --- src/index.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.rs b/src/index.rs index 495b2fa..0ac3859 100644 --- a/src/index.rs +++ b/src/index.rs @@ -12,9 +12,9 @@ pub struct Value { pub struct Index { index: HashMap, /// Track index changes to prevent extra disk write operations (safe SSD life) - /// * useful in the static RSS feed generation case, if enabled. + /// * useful in the static RSS feed generation case, if enabled is_changed: bool, - /// Store the index value in memory only when it is in use by the argument options. + /// Store the index value in memory only when it is in use by the init options has_name: bool, }