aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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