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

Commit 1ff3592

Browse files
Avi-D-coderfendor
andauthored
Fix grammar
Co-Authored-By: fendor <[email protected]>
1 parent 83d99ef commit 1ff3592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hie-plugin-api/Haskell/Ide/Engine/GhcModuleCache.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ lookupInCache
115115
-> (BIOS.Cradle -> BIOS.ComponentOptions -> a)
116116
-- | Called when file is a member of a cached cradle
117117
-> (CachedCradle -> a)
118-
-- | Default value to return is a cradle is not found
118+
-- | Default value to return if a cradle is not found
119119
-> a
120120
-> a
121121
lookupInCache fp gmc cur cached def = case currentCradle gmc of

0 commit comments

Comments
 (0)