aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-02-18 04:49:08 +0000
committerGitHub <[email protected]>2020-02-18 04:49:08 +0000
commita349e5d4fcda1a6b96a09491a59d1ec940a48654 (patch)
tree94be3622185c10b82d0cc88d839448a7b743ec7c
parent784919aec19be04845d39df1d7ef676afbaa421d (diff)
parent3bdb47ce665cf7e65f1a3ad4724fbeab9c544280 (diff)
Merge #3211
3211: Fix typo r=edwin0cheng a=atsisy Just fix typo in user/doc/readme.adoc Co-authored-by: Akihiro Takai <[email protected]>
-rw-r--r--docs/user/readme.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc
index 8780a2995..8f741aaa9 100644
--- a/docs/user/readme.adoc
+++ b/docs/user/readme.adoc
@@ -73,7 +73,7 @@ Note that installing via `xtask install` does not work for VS Code Remote, inste
73 73
74Other editors generally require `ra_lsp_server` binary to be in `$PATH`. 74Other editors generally require `ra_lsp_server` binary to be in `$PATH`.
75You can download pre-build binary from 75You can download pre-build binary from
76https://github.com/rust-analyzer/rust-analyzer/releases[relases] 76https://github.com/rust-analyzer/rust-analyzer/releases[releases]
77page, or you can install it from source using the following command: 77page, or you can install it from source using the following command:
78 78
79[source,bash] 79[source,bash]