File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
hls-plugin-api/src/Ide/Plugin
plugins/hls-splice-plugin/src/Ide/Plugin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import Language.LSP.Types
2222-- since diagnostics emit in arbitrary shake rules -- we don't know
2323-- whether a plugin is capable of producing diagnostics.
2424
25- -- | Generates a defalut 'Config', but remains only effective items
25+ -- | Generates a default 'Config', but remains only effective items
2626pluginsToDefaultConfig :: IdePlugins a -> A. Value
2727pluginsToDefaultConfig IdePlugins {.. } =
2828 A. Object $
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ expandTHSplice _eStyle ideState params@ExpandSpliceParams {..} = do
101101 reportEditor
102102 MtWarning
103103 [ " Expansion in type-chcking phase failed;"
104- , " trying to expand manually, but note taht it is less rigorous."
104+ , " trying to expand manually, but note that it is less rigorous."
105105 ]
106106 pm <-
107107 liftIO $
You can’t perform that action at this time.
0 commit comments