Skip to content

Commit c4bc151

Browse files
committed
fix typo
1 parent 5b066ab commit c4bc151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-ltex.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ When STORE is non-nil, this will also store the new plist in the directory
600600
:add-on? t
601601
:server-id 'ltex-ls
602602
:download-server-fn
603-
(lambda (_client _callback error-callback _update?)
603+
(lambda (_client callback error-callback _update?)
604604
(lsp-package-ensure 'ltex-ls (lambda (&rest _)
605605
(lsp-ltex-install-ls)
606606
(funcall callback))

0 commit comments

Comments
 (0)