Skip to content

Commit c96b218

Browse files
bors[bot]ayazhafiz
andauthored
Merge #4228
4228: Fix typo in language server binary docs r=matklad a=ayazhafiz Co-authored-by: hafiz <20735482+ayazhafiz@users.noreply.github.com>
2 parents 65e40f6 + d185cbd commit c96b218

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/user/readme.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Here are some useful self-diagnostic commands:
111111
=== rust-analyzer Language Server Binary
112112

113113
Other editors generally require the `rust-analyzer` binary to be in `$PATH`.
114-
You can download the pre-built binary from the https://github.com/rust-analyzer/rust-analyzer/releases[releases] page. Typically, you then need to rename the binary for your platform, e.g. `rust-analyzer-mac` if you're on Mac OS, to `rust-analzyer` and make it executable in addition to moving it into a directory in your `$PATH`.
114+
You can download the pre-built binary from the https://github.com/rust-analyzer/rust-analyzer/releases[releases] page. Typically, you then need to rename the binary for your platform, e.g. `rust-analyzer-mac` if you're on Mac OS, to `rust-analyzer` and make it executable in addition to moving it into a directory in your `$PATH`.
115115

116116
On Linux to install the `rust-analyzer` binary into `~/.local/bin`, this commands could be used
117117

@@ -246,9 +246,9 @@ You also need the `LSP` package. To install it:
246246
* Type `Install Package Control`, press enter
247247
2. In the command palette, run `Package control: Install package`, and in the list that pops up, type `LSP` and press enter.
248248

249-
Finally, with your Rust project open, in the command palette, run `LSP: Enable Language Server In Project` or `LSP: Enable Language Server Globally`, then select `rust-analyzer` in the list that pops up to enable the rust-analyzer LSP. The latter means that rust-analzyer is enabled by default in Rust projects.
249+
Finally, with your Rust project open, in the command palette, run `LSP: Enable Language Server In Project` or `LSP: Enable Language Server Globally`, then select `rust-analyzer` in the list that pops up to enable the rust-analyzer LSP. The latter means that rust-analyzer is enabled by default in Rust projects.
250250

251-
If it worked, you should see "rust-analzyer, Line X, Column Y" on the left side of the bottom bar, and after waiting a bit, functionality like tooltips on hovering over variables should become available.
251+
If it worked, you should see "rust-analyzer, Line X, Column Y" on the left side of the bottom bar, and after waiting a bit, functionality like tooltips on hovering over variables should become available.
252252

253253
If you get an error saying `No such file or directory: 'rust-analyzer'`, see the <<rust-analyzer-language-server-binary,`rust-analyzer` binary>> section on installing the language server binary.
254254

0 commit comments

Comments
 (0)