Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed May 26, 2021
1 parent 5bee79e commit b2d6b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghcide/src/Development/IDE/Core/FileStore.hs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ typecheckParentsAction nfp = do
`catch` \(e :: SomeException) -> log (show e)
() <$ uses GetModIface rs

-- | Note that some buffer somewhere has been modified, but don't say what.
-- | Note that some keys have been modified and restart the session
-- Only valid if the virtual file system was initialised by LSP, as that
-- independently tracks which files are modified.
setSomethingModified :: IdeState -> [SomeShakeValue] -> IO ()
Expand Down

0 comments on commit b2d6b00

Please sign in to comment.