Skip to content

Commit 96417e0

Browse files
committed
fix: typo
1 parent 837ee45 commit 96417e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/Plugin/TypeLenses.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ rules recorder = do
322322
result <- liftIO $ gblBindingType (hscEnv <$> hsc) (tmrTypechecked <$> tmr)
323323
pure ([], result)
324324

325-
-- | Converts a given haskell bind to its corresponding type signature.
325+
-- | Convert a given haskell bind to its corresponding type signature.
326326
bindToSig :: Id -> HscEnv -> GlobalRdrEnv -> IOEnv (Env TcGblEnv TcLclEnv) String
327327
bindToSig id hsc rdrEnv = do
328328
env <-

0 commit comments

Comments
 (0)