]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo
authorPascal Hertleif <killercup@gmail.com>
Sun, 21 Oct 2018 19:39:50 +0000 (21:39 +0200)
committerGitHub <noreply@github.com>
Sun, 21 Oct 2018 19:39:50 +0000 (21:39 +0200)
Truly an A+, errrr, +a commit

editors/code/src/server.ts

index 196fc3ebc1fb9ac6bea579cec217d1af5e3d9f03..a7a22fa6fa3c143ef4c7fadbb7d86db76d7baa35 100644 (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
         );