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.