From 5b51d75cc17cb829b64ef273c1cbc408ee2111b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20BR=C3=89ZOT?= Date: Thu, 27 Jul 2023 16:25:26 +0200 Subject: [PATCH] Update refactored/src/findex_mm/compact.rs Co-authored-by: chloehebant <44373602+chloehebant@users.noreply.github.com> --- refactored/src/findex_mm/compact.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refactored/src/findex_mm/compact.rs b/refactored/src/findex_mm/compact.rs index 2330ed07..3e658a7d 100644 --- a/refactored/src/findex_mm/compact.rs +++ b/refactored/src/findex_mm/compact.rs @@ -97,7 +97,7 @@ impl< mut continuation: CompactingData, ) -> Result<(), Error> { // - // 1. computes new chains from the given `indexed_map` and update associated + // 1. computes new chains from the given `indexed_map` and updates associated // entries. //