We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c045857 commit 83ca125Copy full SHA for 83ca125
plugins/hls-class-plugin/src/Ide/Plugin/Class/CodeLens.hs
@@ -27,7 +27,7 @@ codeLens state plId CodeLensParams{..} = do
27
enabled <- enableTypeLens <$> getCompletionsConfig plId
28
if not enabled then pure $ pure $ List [] else pluginResponse $ do
29
nfp <- getNormalizedFilePath plId uri
30
- tmr <- handleMaybeM "Unable to typecheak"
+ tmr <- handleMaybeM "Unable to typecheck"
31
$ liftIO
32
$ runAction "classplugin.TypeCheck" state
33
$ use TypeCheck nfp
0 commit comments