Skip to content

Commit

Permalink
Fix haddock typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki authored and kderme committed Jul 4, 2024
1 parent 2b18e5f commit b0f0134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardano-db-sync/src/Cardano/DbSync/Epoch.hs
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ handleEpochCachingWhenSyncing syncEnv cache newestEpochFromMap epochBlockDiffCac
-- Helper functions
-----------------------------------------------------------------------------------------------------

-- This is an expensive DB query so we minimise it's use to
-- server restarts when syncing or folloing and rollbacks
-- This is an expensive DB query so we minimise its use to
-- server restarts when syncing or following and rollbacks
makeEpochWithDBQuery ::
(MonadBaseControl IO m, MonadIO m) =>
SyncEnv ->
Expand Down

0 comments on commit b0f0134

Please sign in to comment.