Skip to content

Commit 8f995d1

Browse files
committed
TOSQUASH haddock typos
1 parent 9224bec commit 8f995d1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

ouroboros-consensus/src/unstable-consensus-testlib/Test/CsjModel.hs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ data ChainSyncReply p a =
8080
-- | After the ChainSync client processes the header
8181
MsgRollForwardDONE !(WithPayload p a)
8282
|
83-
-- | As soon as the ChainSync client recieves the header
83+
-- | As soon as the ChainSync client receives the header
8484
--
8585
-- In particular: before it might block on forecasting the ledger view.
8686
MsgRollForwardSTART !p
@@ -106,13 +106,11 @@ data CsjReaction p a =
106106
-- ChainSync client's don't necessarily have to handle all of these (eg
107107
-- while they're blocked on the ledger view forecast), but should handle
108108
-- the latest as soon as they're able to.
109-
--
110-
-- If the peer response with 'MsgIntersectFound'
111109
MsgFindIntersect !(WithPayload (WithOrigin p) a)
112110
|
113111
-- | used to demote the Dynamo to a Jumper upon 'Starvation'
114112
--
115-
-- Implies a @drainThePipe@ call and also suppression of an outstanding
113+
-- Implies a @drainThePipe@ call and also suppression of an imminent
116114
-- 'MsgRollForwardDONE' if there is one.
117115
Stop
118116
deriving (Read, Show)

ouroboros-consensus/src/unstable-consensus-testlib/Test/CsjModel/Perm.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
22

3-
-- | A simple permutation type catered to uses of 'queue' in "Test.CsjModel"
3+
-- | A simple permutation type catered to uses of
4+
-- 'Test.CsjModel.StateTypes.queue' in "Test.CsjModel"
45
module Test.CsjModel.Perm (module Test.CsjModel.Perm) where
56

67
import qualified Data.Maybe as L (Maybe (Just, Nothing))

0 commit comments

Comments
 (0)