Skip to content

Commit 5a64b9a

Browse files
authored
Merge pull request #149 from killercup/patch-1
Fix a small typo
2 parents da7adc0 + b774de6 commit 5a64b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/server.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class Server {
2525

2626
Server.client = new lc.LanguageClient(
2727
'ra-lsp',
28-
'rust-analyzer languge server',
28+
'rust-analyzer language server',
2929
serverOptions,
3030
clientOptions
3131
);

0 commit comments

Comments
 (0)