diff options
-rw-r--r-- | docs/user/readme.adoc | 2 |
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 | |||
20 | We are not there yet, so some editor specific setup is required. | 20 | We are not there yet, so some editor specific setup is required. |
21 | 21 | ||
22 | Additionally, rust-analyzer needs sources of the standard library. | 22 | Additionally, rust-analyzer needs sources of the standard library. |
23 | When fails to locate them, rust-analyzer attempts to install them automatically. | 23 | If the source code is not present, rust-analyzer will attempt to install it automatically. |
24 | 24 | ||
25 | To add the sources manually, run the following command: | 25 | To add the sources manually, run the following command: |
26 | 26 | ||