Truly an A+, errrr, +a commit
This commit is contained in:
Pascal Hertleif 2018-10-21 21:39:50 +02:00 committed by GitHub
parent da7adc0c6d
commit b774de6e03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ export class Server {
Server.client = new lc.LanguageClient(
'ra-lsp',
'rust-analyzer languge server',
'rust-analyzer language server',
serverOptions,
clientOptions
);