From f04d4bbe19bdf0f54ffe5f6478fd24aa7d5f11dd Mon Sep 17 00:00:00 2001 From: chuanshanjida Date: Mon, 20 Apr 2026 23:30:30 +0800 Subject: [PATCH] chore: remove repetitive word in Cli.hs Signed-off-by: chuanshanjida --- bench/cardano-recon-framework/app/Cardano/ReCon/Cli.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/cardano-recon-framework/app/Cardano/ReCon/Cli.hs b/bench/cardano-recon-framework/app/Cardano/ReCon/Cli.hs index 4f68f2becd2..82b238d2ab4 100644 --- a/bench/cardano-recon-framework/app/Cardano/ReCon/Cli.hs +++ b/bench/cardano-recon-framework/app/Cardano/ReCon/Cli.hs @@ -5,7 +5,7 @@ import Control.Arrow ((>>>)) import Data.Char (toLower) import Options.Applicative --- | We assume that the events from the the input log might be slightly out of order. +-- | We assume that the events from the input log might be slightly out of order. -- The value stands for the default amount of time (ms) the log ingestor keeps the read events "in the loop", -- them subject to reordering by timestamp. -- The events withheld longer than this amount, will finally be fed to the formula satisfiability checker.