mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Fix typo
Truly an A+, errrr, +a commit
This commit is contained in:
parent
da7adc0c6d
commit
b774de6e03
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ export class Server {
|
||||||
|
|
||||||
Server.client = new lc.LanguageClient(
|
Server.client = new lc.LanguageClient(
|
||||||
'ra-lsp',
|
'ra-lsp',
|
||||||
'rust-analyzer languge server',
|
'rust-analyzer language server',
|
||||||
serverOptions,
|
serverOptions,
|
||||||
clientOptions
|
clientOptions
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue