Skip to content

Commit b0f0134

Browse files
sorkikderme
authored andcommitted
Fix haddock typo
1 parent 2b18e5f commit b0f0134

File tree

1 file changed

+2
-2
lines changed
  • cardano-db-sync/src/Cardano/DbSync

1 file changed

+2
-2
lines changed

cardano-db-sync/src/Cardano/DbSync/Epoch.hs

+2-2
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ handleEpochCachingWhenSyncing syncEnv cache newestEpochFromMap epochBlockDiffCac
234234
-- Helper functions
235235
-----------------------------------------------------------------------------------------------------
236236

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

0 commit comments

Comments
 (0)