From b67a2e43ea92beaa286dff37c5dcfe116b56e6de Mon Sep 17 00:00:00 2001 From: EncodePanda Date: Mon, 6 Dec 2021 13:34:06 +0100 Subject: [PATCH] Capitalize comments --- .../src/Ouroboros/Consensus/Storage/LedgerDB/Types.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ouroboros-consensus/src/Ouroboros/Consensus/Storage/LedgerDB/Types.hs b/ouroboros-consensus/src/Ouroboros/Consensus/Storage/LedgerDB/Types.hs index 070ddaf1787..536f875a519 100644 --- a/ouroboros-consensus/src/Ouroboros/Consensus/Storage/LedgerDB/Types.hs +++ b/ouroboros-consensus/src/Ouroboros/Consensus/Storage/LedgerDB/Types.hs @@ -22,9 +22,9 @@ data UpdateLedgerDbTraceEvent blk = -- | Event fired when we are about to push a block to the LedgerDB StartedPushingBlockToTheLedgerDb !(Pushing blk) - -- ^ point which block we are about to push + -- ^ Point which block we are about to push (PushGoal blk) - -- ^ point to which we are updating the ledger, the last event + -- ^ Point to which we are updating the ledger, the last event -- StartedPushingBlockToTheLedgerDb will have Pushing and PushGoal -- wrapping over the same RealPoint deriving (Show, Eq, Generic)