Skip to content

Commit c443f15

Browse files
authored
Merge pull request #177 from emacs-lsp/mpj/fix-quotes
Fix unescaped quotes
2 parents d15bbb7 + d8a4d82 commit c443f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-haskell.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ but will take exponentially more time."
312312
:lsp-path "haskell.plugin.explicit-fixity.globalOn")
313313

314314
(lsp-defcustom lsp-haskell-plugin-fourmolu-config-external nil
315-
"Call out to an external "fourmolu" executable, rather than using the bundled library"
315+
"Call out to an external \"fourmolu\" executable, rather than using the bundled library"
316316
:type 'boolean
317317
:group 'lsp-haskell-plugins
318318
:package-version '(lsp-mode . "8.0.1")

0 commit comments

Comments
 (0)