Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 54a8b61

Browse files
committed
Update comment.
[skip ci] [ci skip]
1 parent c16e343 commit 54a8b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Haskell/Ide/Engine/Scheduler.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ newScheduler
100100
:: IdePlugins
101101
-- ^ The list of plugins that will be used for responding to requests
102102
-> BiosOptions
103-
-- ^ Options for the ghc-mod session. Since we only keep a single ghc-mod session
103+
-- ^ Options for the bios session. Since we only keep a single bios session
104104
-> IO (Scheduler m)
105105
newScheduler plugins biosOpts = do
106106
cancelTVar <- STM.atomically $ STM.newTVar Set.empty

0 commit comments

Comments
 (0)