Skip to content

Commit 0519351

Browse files
joe-warrenkozak
authored andcommitted
Fix minor typo in Eval plugin descriptor (haskell#4597)
1 parent 7699a12 commit 0519351

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

plugins/hls-eval-plugin/src/Ide/Plugin/Eval.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import Language.LSP.Protocol.Message
2727
-- |Plugin descriptor
2828
descriptor :: Recorder (WithPriority Eval.Log) -> PluginId -> PluginDescriptor IdeState
2929
descriptor recorder plId =
30-
(defaultPluginDescriptor plId "Provies code action and lens to evaluate expressions in doctest comments")
30+
(defaultPluginDescriptor plId "Provides code action and lens to evaluate expressions in doctest comments")
3131
{ pluginHandlers = mconcat
3232
[ mkPluginHandler SMethod_TextDocumentCodeAction (Handlers.codeAction recorder)
3333
, mkPluginHandler SMethod_TextDocumentCodeLens (Handlers.codeLens recorder)

0 commit comments

Comments
 (0)