Skip to content

Commit 06c28ca

Browse files
authored
fix Solargraph documentation string (#3949)
1 parent 6b01d49 commit 06c28ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/lsp-solargraph.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
:package-version '(lsp-mode . "7.0.1"))
126126

127127
(defcustom lsp-solargraph-server-command '("solargraph" "stdio")
128-
"Command to start yaml-languageserver."
128+
"Command to start Solargraph Ruby language server."
129129
:type '(repeat string)
130130
:group 'lsp-solargraph
131131
:package-version '(lsp-mode . "8.0.1"))

0 commit comments

Comments
 (0)