Skip to content

Commit 785b903

Browse files
tbagrel1dnadales
andauthored
Update ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/MiniProtocol/ObjectDiffusion/ObjectPool/API.hs
Co-authored-by: Damian Nadales <damian.only@gmail.com>
1 parent a02433c commit 785b903

File tree

1 file changed

+1
-1
lines changed
  • ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/MiniProtocol/ObjectDiffusion/ObjectPool

1 file changed

+1
-1
lines changed

ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/MiniProtocol/ObjectDiffusion/ObjectPool/API.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ data ObjectPoolReader objectId object ticketNo m
4141
, oprZeroTicketNo :: ticketNo
4242
-- ^ Ticket number before the first item in the pool.
4343
, oprObjectsAfter :: ticketNo -> Word64 -> STM m (Maybe (m (Map ticketNo object)))
44-
-- ^ Get the map of objects available in the pool with a ticketNo greater
44+
-- ^ Get the map of objects available in the pool with a 'ticketNo' greater
4545
-- than the specified one, with the number of returned objects capped to the
4646
-- specified limit.
4747
-- Returns 'Nothing' if there are no such objects available atm in the pool,

0 commit comments

Comments
 (0)