aboutsummaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorKirill Bulatov <[email protected]>2020-02-17 21:48:47 +0000
committerGitHub <[email protected]>2020-02-17 21:48:47 +0000
commit50cf1e3d67f4f716d06f0f86a0bf7e85782e3d61 (patch)
treec74d9095bc9dad68d7d64f3d813915521309ab34 /docs/user
parent5cea8a37b75d84bbc95cb66487cc768181d440d5 (diff)
Reword the docs
Co-Authored-By: LaurenČ›iu Nicola <[email protected]>
Diffstat (limited to 'docs/user')
-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 cb171defd..8780a2995 100644
--- a/docs/user/readme.adoc
+++ b/docs/user/readme.adoc
@@ -20,7 +20,7 @@ In theory, one should be able to just install the server binary and have it auto
20We are not there yet, so some editor specific setup is required. 20We are not there yet, so some editor specific setup is required.
21 21
22Additionally, rust-analyzer needs sources of the standard library. 22Additionally, rust-analyzer needs sources of the standard library.
23When fails to locate them, rust-analyzer attempts to install them automatically. 23If the source code is not present, rust-analyzer will attempt to install it automatically.
24 24
25To add the sources manually, run the following command: 25To add the sources manually, run the following command:
26 26