Skip to content

Commit 83ca125

Browse files
authored
fix a typo in src/Ide/Plugin/Class/CodeLens.hs (#3053)
1 parent c045857 commit 83ca125

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-class-plugin/src/Ide/Plugin/Class

1 file changed

+1
-1
lines changed

plugins/hls-class-plugin/src/Ide/Plugin/Class/CodeLens.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ codeLens state plId CodeLensParams{..} = do
2727
enabled <- enableTypeLens <$> getCompletionsConfig plId
2828
if not enabled then pure $ pure $ List [] else pluginResponse $ do
2929
nfp <- getNormalizedFilePath plId uri
30-
tmr <- handleMaybeM "Unable to typecheak"
30+
tmr <- handleMaybeM "Unable to typecheck"
3131
$ liftIO
3232
$ runAction "classplugin.TypeCheck" state
3333
$ use TypeCheck nfp

0 commit comments

Comments
 (0)