From 654c03b881079935c6753eb16e6ce2e7ed905eff Mon Sep 17 00:00:00 2001 From: Marvin <33938500+marvin-j97@users.noreply.github.com> Date: Fri, 26 Jul 2024 20:28:09 +0200 Subject: [PATCH] Update value_log.rs --- src/value_log.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/value_log.rs b/src/value_log.rs index 8fb761d..2aeeb42 100644 --- a/src/value_log.rs +++ b/src/value_log.rs @@ -439,7 +439,7 @@ impl ValueLog { } } - /// Scans the given index and collecting GC statistics. + /// Scans the given index and collects GC statistics. /// /// # Errors ///