Skip to content

Commit b2edf1a

Browse files
authored
Merge pull request #194 from dschrempf/multiple-components-doc-fix
docs: minor fix (multiple components -> multipleComponents)
2 parents 1d618c6 + 8c42eb7 commit b2edf1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-haskell.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ It could lead to bad perfomance in large projects."
6767
(defcustom-lsp lsp-haskell-session-loading
6868
"singleComponent"
6969
"Preferred approach for loading package components. Setting this
70-
to 'multiple components' (EXPERIMENTAL) allows the build
70+
to 'multipleComponents' (EXPERIMENTAL) allows the build
7171
tool (such as `cabal` or `stack`) to load multiple components at
7272
once `https://github.com/haskell/cabal/pull/8726', which is a
7373
significant improvement."

0 commit comments

Comments
 (0)