Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhnanda committed Oct 9, 2023
1 parent 1301bf0 commit 622f1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OddJobs/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ data Config = Config
, cfgLogger :: LogLevel -> LogEvent -> IO ()

-- | How to extract the "job type" from a 'Job'. If you are overriding this,
-- please consider overriding 'cfgJobTypeSql' as well. Related:
-- please consider overriding 'uicfgJobTypeSql' as well. Related:
-- 'OddJobs.ConfigBuilder.defaultJobType'
, cfgJobType :: Job -> Text

Expand Down

0 comments on commit 622f1ac

Please sign in to comment.