Skip to content

Commit b9c3e2a

Browse files
rasendubiandreasabel
authored andcommitted
Fix haddock formatting
Conflicts: src/System/Log/Logger.hs
1 parent f8e2c10 commit b9c3e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System/Log/Logger.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ updateGlobalLogger ln func =
478478
do l <- getLogger ln
479479
saveGlobalLogger (func l)
480480

481-
-- | Allow graceful shutdown. Release all opened files/handlers/etc.
481+
-- | Allow graceful shutdown. Release all opened files, handlers, etc.
482482
removeAllHandlers :: IO ()
483483
removeAllHandlers =
484484
modifyMVar_ logTree $ \lt -> do

0 commit comments

Comments
 (0)