Skip to content

Commit a2e057f

Browse files
committed
fix comment
1 parent fb8fcc6 commit a2e057f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/Core/Shake.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ defineEarlyCutOffNoFile f = defineEarlyCutoff $ RuleNoDiagnostics $ \k file -> d
904904
defineEarlyCutoff'
905905
:: IdeRule k v
906906
=> Bool -- ^ update diagnostics
907-
-- | compare previous and current for freshness
907+
-- | compare current and previous for freshness
908908
-> (BS.ByteString -> BS.ByteString -> Bool)
909909
-> k
910910
-> NormalizedFilePath

0 commit comments

Comments
 (0)